Normand Briere
2019-08-12 b1d79b74514041a059b454a9f6fc3970773c0cb8
Globals.java
....@@ -8,11 +8,13 @@
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;
1416
15
- public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
17
+ public static boolean REPLACEONMAKE = false;
1618
1719 public static boolean MOUSEDRAGGED = false;
1820 public static boolean TIMERRUNNING = false;