v2.5.0: fixed image copy not copying color value changes

This commit is contained in:
Evan Debenham
2024-06-09 14:39:20 -04:00
parent d7d2809776
commit 9d817725eb

View File

@@ -100,6 +100,9 @@ public class Image extends Visual {
updateFrame();
updateVertices();
rm = other.rm; gm = other.gm; bm = other.bm; am = other.am;
ra = other.ra; ga = other.ga; ba = other.ba; aa = other.aa;
}
protected void updateFrame() {