Normand Briere
2019-10-06 ce660a4b6ba367bd162dd2cff26d02c80a34c912
Globals.java
....@@ -19,10 +19,10 @@
1919 // Option to set saturation to 1 when choosing a color first
2020 public static boolean AUTOSATURATE = true;
2121 public static boolean MINSHADER = false;
22
- public static boolean COMPUTESHADOWWHENLIVE = true;
22
+ public static boolean COMPUTESHADOWWHENLIVE = false; // true;
2323 public static boolean RENDERSHADOW = true;
2424
25
- public static boolean REPLACEONMAKE = true; // false;
25
+ public static boolean REPLACEONMAKE = false; // false;
2626
2727 public static boolean MOUSEDRAGGED = false;
2828 public static boolean TIMERRUNNING = false;