Normand Briere
2019-06-23 f1382bc839a74ef1d1534c61ea94e53cf54716df
Globals.java
....@@ -1,13 +1,16 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ public static boolean DEBUG = false;
5
+ public static boolean ADVANCED = false;
56
67 static iCameraPane theRenderer;
78
89 private static boolean LIVE = false;
910 public static boolean RENDERSHADOW = true;
1011
12
+ public static boolean MOUSEDRAGGED = false;
13
+
1114 // Hold on calculation when moving camera
1215 public static boolean FREEZEONMOVE = false; // true;
1316