Normand Briere
2019-06-21 15123b19e7bc8da2869429b07f0fbaa0598e945e
Globals.java
....@@ -1,11 +1,17 @@
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;
9
+ public static boolean RENDERSHADOW = true;
10
+
11
+ public static boolean MOUSEDRAGGED = false;
12
+
13
+ // Hold on calculation when moving camera
14
+ public static boolean FREEZEONMOVE = false; // true;
915
1016 static boolean CROWD = false;
1117 static public int drawMode = iCameraPane.DEFAULT; // WARNING