Normand Briere
2019-08-13 c67de8aca04d988179191ccb52461af00125920e
Globals.java
....@@ -1,18 +1,21 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
4
+ public static boolean TOOLTIPS = false;
55 public static boolean ADVANCED = false;
6
+ public static boolean DEBUG = false;
67
78 static iCameraPane theRenderer;
89
910 private static boolean LIVE = false;
1011
12
+ // Option to set saturation to 1 when choosing a color first
13
+ public static boolean AUTOSATURATE = true;
1114 public static boolean MINSHADER = false;
1215 public static boolean COMPUTESHADOWWHENLIVE = true;
1316 public static boolean RENDERSHADOW = true;
1417
15
- public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
18
+ public static boolean REPLACEONMAKE = false;
1619
1720 public static boolean MOUSEDRAGGED = false;
1821 public static boolean TIMERRUNNING = false;