.. | .. |
---|
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 = false; // 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; |
---|
17 | 19 | |
---|
18 | 20 | // Hold on calculation when moving camera |
---|
19 | | - public static boolean FREEZEONMOVE = false; // true; |
---|
| 21 | + public static boolean FREEZEONMOVE = false; |
---|
20 | 22 | |
---|
21 | 23 | static boolean CROWD = false; |
---|
22 | 24 | static public int drawMode = iCameraPane.DEFAULT; // WARNING |
---|