From 6600d22461ccc1cb602f238a9ffa83cf07dd830e Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 01 Jul 2019 18:04:02 -0400
Subject: [PATCH] Get icons 256x256

---
 Globals.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Globals.java b/Globals.java
index c361638..b46c997 100644
--- a/Globals.java
+++ b/Globals.java
@@ -16,7 +16,7 @@
         public static boolean TIMERRUNNING = false;
     
         // Hold on calculation when moving camera
-        public static boolean FREEZEONMOVE = false; // true;
+        public static boolean FREEZEONMOVE = false;
         
         static boolean CROWD = false;
         static public int drawMode = iCameraPane.DEFAULT; // WARNING

--
Gitblit v1.6.2