Globals.java
.. .. @@ -7,6 +7,10 @@ 7 7 8 8 private static boolean LIVE = false; 9 9 public static boolean RENDERSHADOW = true; 10 +11 + public static boolean MOUSEDRAGGED = false;12 +13 + // Hold on calculation when moving camera10 14 public static boolean FREEZEONMOVE = false; // true; 11 15 12 16 static boolean CROWD = false;