Normand Briere
2019-07-07 46dbce888e7c3eff8969f1ddbe22e144410b67f4
Globals.java
....@@ -13,9 +13,10 @@
1313 public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
1414
1515 public static boolean MOUSEDRAGGED = false;
16
+ public static boolean TIMERRUNNING = false;
1617
1718 // Hold on calculation when moving camera
18
- public static boolean FREEZEONMOVE = false; // true;
19
+ public static boolean FREEZEONMOVE = false;
1920
2021 static boolean CROWD = false;
2122 static public int drawMode = iCameraPane.DEFAULT; // WARNING