From 4a5b9e0b9ecc97203d4089ca0cd0d6df8c76bf1c Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 22 Apr 2019 17:29:27 -0400
Subject: [PATCH] Fix theRenderer

---
 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