This commit is contained in:
Colin McMillen 2023-08-31 23:43:23 -04:00
parent 4a84774855
commit d72a90a9f0

View File

@ -48,7 +48,6 @@ public enum ToolStatus {
public class Transform {
// FIXME: move scale and offset into Photo itself?
float activeScale;
Vector2i activeOffset;
Vector2i photoSize;