From d7bc8865056ea0d35df261e719f92e1422af7c6e Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 09:00:26 -0400 Subject: [PATCH] Fix Windows issues. --- Globals.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Globals.java b/Globals.java index 070b46b..4e04949 100644 --- a/Globals.java +++ b/Globals.java @@ -1,6 +1,10 @@ public class Globals { + public static boolean ADVANCED = false; + + static iCameraPane theRenderer; + private static boolean LIVE = false; static boolean CROWD = false; -- Gitblit v1.6.2