From b33ef80d78f01a6a61f4248b1bb7deaade42d503 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 16 Jun 2019 11:49:21 -0400
Subject: [PATCH] Attribute editor

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

diff --git a/Globals.java b/Globals.java
index e0c7291..f6ac3a4 100644
--- a/Globals.java
+++ b/Globals.java
@@ -7,6 +7,8 @@
     
         private static boolean LIVE = false;
         public static boolean RENDERSHADOW = true;
+        
+        // Hold on calculation when moving camera
         public static boolean FREEZEONMOVE = false; // true;
         
         static boolean CROWD = false;

--
Gitblit v1.6.2