From 631719825b865aaf9fa1cb124d9fc5bd9dd78bd4 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 10:27:02 -0400 Subject: [PATCH] Disabled timer for instant selection. --- 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