Normand Briere
2019-08-15 7f97054d681518416a4ee1c1548ad42cfb489a8f
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