Normand Briere
2019-07-27 1af7d3700724834e40ad8636bc9a56cdc3b19b15
Globals.java
....@@ -7,12 +7,16 @@
77 static iCameraPane theRenderer;
88
99 private static boolean LIVE = false;
10
+ public static boolean COMPUTESHADOWWHENLIVE = true;
1011 public static boolean RENDERSHADOW = true;
1112
13
+ public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
14
+
1215 public static boolean MOUSEDRAGGED = false;
16
+ public static boolean TIMERRUNNING = false;
1317
1418 // Hold on calculation when moving camera
15
- public static boolean FREEZEONMOVE = false; // true;
19
+ public static boolean FREEZEONMOVE = false;
1620
1721 static boolean CROWD = false;
1822 static public int drawMode = iCameraPane.DEFAULT; // WARNING