Normand Briere
2019-08-17 5892f05411c3d4dce2d8a59e0966dc2e1843a971
Globals.java
....@@ -1,8 +1,9 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
4
+ public static boolean TOOLTIPS = true; // false;
55 public static boolean ADVANCED = false;
6
+ public static boolean DEBUG = false;
67
78 static iCameraPane theRenderer;
89