Globals.java
.. .. @@ -1,11 +1,15 @@ 1 1 2 2 public class Globals 3 3 { 4 - public static boolean ADVANCED = false;4 + public static boolean ADVANCED = true; //false;5 5 6 6 static iCameraPane theRenderer; 7 7 8 8 private static boolean LIVE = false; 9 + public static boolean RENDERSHADOW = true;10 +11 + // Hold on calculation when moving camera12 + public static boolean FREEZEONMOVE = false; // true;9 13 10 14 static boolean CROWD = false; 11 15 static public int drawMode = iCameraPane.DEFAULT; // WARNING