From f69d25e4682ca33edfc8cfad26187050f4eb558a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 14:06:57 -0400 Subject: [PATCH] Remove "D". --- Globals.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Globals.java b/Globals.java index 1b91781..4e04949 100644 --- a/Globals.java +++ b/Globals.java @@ -1,6 +1,8 @@ public class Globals { + public static boolean ADVANCED = false; + static iCameraPane theRenderer; private static boolean LIVE = false; -- Gitblit v1.6.2