Normand Briere
2019-08-08 8294241adc5fe698b70e13ebd6780af46ab83f7e
Globals.java
....@@ -7,15 +7,18 @@
77 static iCameraPane theRenderer;
88
99 private static boolean LIVE = false;
10
+
11
+ public static boolean MINSHADER = false;
1012 public static boolean COMPUTESHADOWWHENLIVE = true;
1113 public static boolean RENDERSHADOW = true;
1214
13
- public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
15
+ public static boolean REPLACEONMAKE = false;
1416
1517 public static boolean MOUSEDRAGGED = false;
18
+ public static boolean TIMERRUNNING = false;
1619
1720 // Hold on calculation when moving camera
18
- public static boolean FREEZEONMOVE = false; // true;
21
+ public static boolean FREEZEONMOVE = false;
1922
2023 static boolean CROWD = false;
2124 static public int drawMode = iCameraPane.DEFAULT; // WARNING