Normand Briere
2019-06-17 13e9febe94aaeebad9c97f6d3e2aa4d73b2495c8
Globals.java
....@@ -1,13 +1,18 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = false;
4
+ public static boolean ADVANCED = true; //false;
55
66 static iCameraPane theRenderer;
77
88 private static boolean LIVE = false;
99 public static boolean RENDERSHADOW = true;
1010
11
+ public static boolean MOUSEDRAGGED = false;
12
+
13
+ // Hold on calculation when moving camera
14
+ public static boolean FREEZEONMOVE = false; // true;
15
+
1116 static boolean CROWD = false;
1217 static public int drawMode = iCameraPane.DEFAULT; // WARNING
1318