Normand Briere
2019-06-17 13e9febe94aaeebad9c97f6d3e2aa4d73b2495c8
Globals.java
....@@ -7,6 +7,10 @@
77
88 private static boolean LIVE = false;
99 public static boolean RENDERSHADOW = true;
10
+
11
+ public static boolean MOUSEDRAGGED = false;
12
+
13
+ // Hold on calculation when moving camera
1014 public static boolean FREEZEONMOVE = false; // true;
1115
1216 static boolean CROWD = false;