v0.8.0: fixed copied images not also copying scale
This commit is contained in:
parent
1ef5d2c634
commit
d39fd4b8f9
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user