diff --git a/Program.cs b/Program.cs index e63b0c7..780dff9 100644 --- a/Program.cs +++ b/Program.cs @@ -48,7 +48,6 @@ public enum ToolStatus { public class Transform { - // FIXME: move scale and offset into Photo itself? float activeScale; Vector2i activeOffset; Vector2i photoSize;