Normand Briere
2019-08-17 07c0c67b88160b51e61c5c1d2b9b602daafa44a9
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