Normand Briere
2019-08-12 8f1afe25ea8fc8801aab66331c32a50859a758c2
Globals.java
....@@ -1,13 +1,15 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
54 public static boolean ADVANCED = false;
5
+ public static boolean DEBUG = false;
66
77 static iCameraPane theRenderer;
88
99 private static boolean LIVE = false;
1010
11
+ // Option to set saturation to 1 when choosing a color first
12
+ public static boolean AUTOSATURATE = true;
1113 public static boolean MINSHADER = false;
1214 public static boolean COMPUTESHADOWWHENLIVE = true;
1315 public static boolean RENDERSHADOW = true;