Normand Briere
2019-06-16 372b7fd481a476cd659713a4a01bf28bf6760cbe
Globals.java
....@@ -1,13 +1,16 @@
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
+ // Hold on calculation when moving camera
12
+ public static boolean FREEZEONMOVE = false; // true;
13
+
1114 static boolean CROWD = false;
1215 static public int drawMode = iCameraPane.DEFAULT; // WARNING
1316