Globals.java
.. .. @@ -7,6 +7,8 @@ 7 7 static iCameraPane theRenderer; 8 8 9 9 private static boolean LIVE = false; 10 +11 + public static boolean MINSHADER = false;10 12 public static boolean COMPUTESHADOWWHENLIVE = true; 11 13 public static boolean RENDERSHADOW = true; 12 14