From 46dbce888e7c3eff8969f1ddbe22e144410b67f4 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 07 Jul 2019 10:20:06 -0400
Subject: [PATCH] Put back serial IDs for cone and torus.

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

diff --git a/Globals.java b/Globals.java
index f6ac3a4..b46c997 100644
--- a/Globals.java
+++ b/Globals.java
@@ -1,15 +1,22 @@
 
 public class Globals
 {
-        public static boolean ADVANCED = true; //false;
+        public static boolean DEBUG = false;
+        public static boolean ADVANCED = false;
         
     static iCameraPane theRenderer;
     
         private static boolean LIVE = false;
+        public static boolean COMPUTESHADOWWHENLIVE = true;
         public static boolean RENDERSHADOW = true;
         
+        public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
+        
+        public static boolean MOUSEDRAGGED = false;
+        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