Normand Briere
2019-06-26 89b25e7cc97f6fe221dfd41c4d463500f8a31bc1
Globals.java
....@@ -7,9 +7,13 @@
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 SAVEONMAKE = false; // 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
1519 public static boolean FREEZEONMOVE = false; // true;