Normand Briere
2019-06-11 d0dc7ff35d71919d503ae35592478b173cf3cfd3
Globals.java
....@@ -1,11 +1,13 @@
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
+ public static boolean FREEZEONMOVE = false; // true;
911
1012 static boolean CROWD = false;
1113 static public int drawMode = iCameraPane.DEFAULT; // WARNING