Normand Briere
2019-06-24 c67da2e5d8655704601d6d06e8bc60aabe212253
Globals.java
....@@ -1,11 +1,13 @@
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;
10
+ public static boolean COMPUTESHADOWWHENLIVE = true;
911 public static boolean RENDERSHADOW = true;
1012
1113 public static boolean MOUSEDRAGGED = false;