Normand Briere
2019-06-09 79d0f9a45d36656051a77a7b0837aa0318f81ee5
Globals.java
....@@ -1,12 +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;
99 public static boolean RENDERSHADOW = true;
10
+ public static boolean FREEZEONMOVE = false; // true;
1011
1112 static boolean CROWD = false;
1213 static public int drawMode = iCameraPane.DEFAULT; // WARNING