From bed42c663d286d76a32f155049f9efabc2fdb73f Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 28 Apr 2019 20:48:43 -0400 Subject: [PATCH] New UI proto --- Globals.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Globals.java b/Globals.java index 070b46b..1b91781 100644 --- a/Globals.java +++ b/Globals.java @@ -1,6 +1,8 @@ public class Globals { + static iCameraPane theRenderer; + private static boolean LIVE = false; static boolean CROWD = false; -- Gitblit v1.6.2