From 1e3de699b037989e8deded5c7830139f97c64136 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 09:25:50 -0400 Subject: [PATCH] No use of META ("Windows") modifier. --- 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