Normand Briere
2019-06-25 21104baa536c6b3d3d0f9ecb7231222ed706f0e8
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;