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;
|
width = other.width;
|
||||||
height = other.height;
|
height = other.height;
|
||||||
|
|
||||||
|
scale = other.scale;
|
||||||
|
|
||||||
updateFrame();
|
updateFrame();
|
||||||
updateVertices();
|
updateVertices();
|
||||||
|
|||||||
Reference in New Issue
Block a user