2
0
ShiroSmith 7 жил өмнө
parent
commit
98e2dac58f

+ 4 - 1
hide/prefab/PolygonEditor.hx

@@ -1,6 +1,7 @@
 package hide.prefab;
 import hxd.Key as K;
 
+#if editor
 enum ColorState{
 	None;
 	Overlapped;
@@ -590,4 +591,6 @@ class PolygonEditor {
 			createVector(p);
 		}
 	}
-}
+}
+
+#end