Normand Briere
2019-07-07 46dbce888e7c3eff8969f1ddbe22e144410b67f4
Globals.java
....@@ -10,10 +10,13 @@
1010 public static boolean COMPUTESHADOWWHENLIVE = true;
1111 public static boolean RENDERSHADOW = true;
1212
13
+ public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
14
+
1315 public static boolean MOUSEDRAGGED = false;
16
+ public static boolean TIMERRUNNING = false;
1417
1518 // Hold on calculation when moving camera
16
- public static boolean FREEZEONMOVE = false; // true;
19
+ public static boolean FREEZEONMOVE = false;
1720
1821 static boolean CROWD = false;
1922 static public int drawMode = iCameraPane.DEFAULT; // WARNING