Normand Briere
2019-07-24 f555e2cacc4470c5b2217a14d40d2b39c4a57ba2
Globals.java
....@@ -10,13 +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)
13
+ public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
1414
1515 public static boolean MOUSEDRAGGED = false;
1616 public static boolean TIMERRUNNING = false;
1717
1818 // Hold on calculation when moving camera
19
- public static boolean FREEZEONMOVE = false; // true;
19
+ public static boolean FREEZEONMOVE = false;
2020
2121 static boolean CROWD = false;
2222 static public int drawMode = iCameraPane.DEFAULT; // WARNING