Normand Briere
2019-10-06 ce660a4b6ba367bd162dd2cff26d02c80a34c912
Globals.java
....@@ -1,10 +1,15 @@
11
22 public class Globals
33 {
4
+ static boolean WALK = false;
5
+
6
+ static boolean SHOWINFO = true;
7
+
8
+ static boolean ADVANCED = false; // false;
9
+
410 static boolean NIMBUSLAF = false; // false;
511
612 static boolean TOOLTIPS = true; // true;
7
- static boolean ADVANCED = false; // false;
813 static boolean DEBUG = false; // false
914
1015 static iCameraPane theRenderer;
....@@ -14,10 +19,10 @@
1419 // Option to set saturation to 1 when choosing a color first
1520 public static boolean AUTOSATURATE = true;
1621 public static boolean MINSHADER = false;
17
- public static boolean COMPUTESHADOWWHENLIVE = true;
22
+ public static boolean COMPUTESHADOWWHENLIVE = false; // true;
1823 public static boolean RENDERSHADOW = true;
1924
20
- public static boolean REPLACEONMAKE = false;
25
+ public static boolean REPLACEONMAKE = false; // false;
2126
2227 public static boolean MOUSEDRAGGED = false;
2328 public static boolean TIMERRUNNING = false;