Globals.java
.. .. @@ -7,9 +7,13 @@ 7 7 static iCameraPane theRenderer; 8 8 9 9 private static boolean LIVE = false; 10 + public static boolean COMPUTESHADOWWHENLIVE = true;10 11 public static boolean RENDERSHADOW = true; 11 12 13 + public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)14 +12 15 public static boolean MOUSEDRAGGED = false; 16 + public static boolean TIMERRUNNING = false;13 17 14 18 // Hold on calculation when moving camera 15 19 public static boolean FREEZEONMOVE = false; // true;