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