v0.8.0: fixed copied images not also copying scale

This commit is contained in:
Evan Debenham 2019-11-27 20:23:22 -05:00
parent 1ef5d2c634
commit d39fd4b8f9

View File

@ -94,6 +94,8 @@ public class Image extends Visual {
width = other.width;
height = other.height;
scale = other.scale;
updateFrame();
updateVertices();