Normand Briere
2019-07-23 0f4fa9dc4191aaee9661c1e6d73725436ae64ac2
Globals.java
....@@ -1,15 +1,22 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ public static boolean DEBUG = false;
5
+ public static boolean ADVANCED = false;
56
67 static iCameraPane theRenderer;
78
89 private static boolean LIVE = false;
10
+ public static boolean COMPUTESHADOWWHENLIVE = true;
911 public static boolean RENDERSHADOW = true;
1012
13
+ public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
14
+
15
+ public static boolean MOUSEDRAGGED = false;
16
+ public static boolean TIMERRUNNING = false;
17
+
1118 // Hold on calculation when moving camera
12
- public static boolean FREEZEONMOVE = false; // true;
19
+ public static boolean FREEZEONMOVE = false;
1320
1421 static boolean CROWD = false;
1522 static public int drawMode = iCameraPane.DEFAULT; // WARNING