Normand Briere
2019-06-23 8088590686a45e71278f9a52bb9cc37943dc0c37
Globals.java
....@@ -1,7 +1,8 @@
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