.. | .. |
---|
10 | 10 | public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
11 | 11 | public static boolean RENDERSHADOW = true; |
---|
12 | 12 | |
---|
13 | | - public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save) |
---|
| 13 | + public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save) |
---|
14 | 14 | |
---|
15 | 15 | public static boolean MOUSEDRAGGED = false; |
---|
| 16 | + public static boolean TIMERRUNNING = false; |
---|
16 | 17 | |
---|
17 | 18 | // Hold on calculation when moving camera |
---|
18 | | - public static boolean FREEZEONMOVE = false; // true; |
---|
| 19 | + public static boolean FREEZEONMOVE = false; |
---|
19 | 20 | |
---|
20 | 21 | static boolean CROWD = false; |
---|
21 | 22 | static public int drawMode = iCameraPane.DEFAULT; // WARNING |
---|