v0.8.0: fixed copied images not also copying scale
This commit is contained in:
@@ -94,6 +94,8 @@ public class Image extends Visual {
|
||||
|
||||
width = other.width;
|
||||
height = other.height;
|
||||
|
||||
scale = other.scale;
|
||||
|
||||
updateFrame();
|
||||
updateVertices();
|
||||
|
||||
Reference in New Issue
Block a user