.. | .. |
---|
19 | 19 | // Option to set saturation to 1 when choosing a color first |
---|
20 | 20 | public static boolean AUTOSATURATE = true; |
---|
21 | 21 | public static boolean MINSHADER = false; |
---|
22 | | - public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
| 22 | + public static boolean COMPUTESHADOWWHENLIVE = false; // true; |
---|
23 | 23 | public static boolean RENDERSHADOW = true; |
---|
24 | 24 | |
---|
25 | | - public static boolean REPLACEONMAKE = true; // false; |
---|
| 25 | + public static boolean REPLACEONMAKE = false; // false; |
---|
26 | 26 | |
---|
27 | 27 | public static boolean MOUSEDRAGGED = false; |
---|
28 | 28 | public static boolean TIMERRUNNING = false; |
---|