Normand Briere
2019-06-17 e36047725ce3217618d4e5807ac7c8769b9e3598
Globals.java
....@@ -8,6 +8,8 @@
88 private static boolean LIVE = false;
99 public static boolean RENDERSHADOW = true;
1010
11
+ public static boolean MOUSEDRAGGED = false;
12
+
1113 // Hold on calculation when moving camera
1214 public static boolean FREEZEONMOVE = false; // true;
1315