.. | .. |
---|
7 | 7 | static iCameraPane theRenderer; |
---|
8 | 8 | |
---|
9 | 9 | private static boolean LIVE = false; |
---|
| 10 | + |
---|
| 11 | + public static boolean MINSHADER = false; |
---|
10 | 12 | public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
11 | 13 | public static boolean RENDERSHADOW = true; |
---|
12 | 14 | |
---|
13 | | - public static boolean SAVEONMAKE = true; // problems when auto-save (works with manual save) |
---|
| 15 | + public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save) |
---|
14 | 16 | |
---|
15 | 17 | public static boolean MOUSEDRAGGED = false; |
---|
16 | 18 | public static boolean TIMERRUNNING = false; |
---|