From a76491b66a2e304d9ae27a162f407b98c70fbafa Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 01 May 2019 20:30:24 -0400
Subject: [PATCH] Fix flush UI.

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