From 0cdf3fb57ddea3226f094ba45c836c7e9b123e3a Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 13 Aug 2019 10:33:05 -0400
Subject: [PATCH] No background

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

diff --git a/Globals.java b/Globals.java
index 70488f3..cc0475f 100644
--- a/Globals.java
+++ b/Globals.java
@@ -1,18 +1,21 @@
 
 public class Globals
 {
-        public static boolean DEBUG = false;
+        public static boolean TOOLTIPS = false;
         public static boolean ADVANCED = false;
+        public static boolean DEBUG = false;
         
     static iCameraPane theRenderer;
     
         private static boolean LIVE = false;
         
+        // Option to set saturation to 1 when choosing a color first
+        public static boolean AUTOSATURATE = true;
         public static boolean MINSHADER = false;
         public static boolean COMPUTESHADOWWHENLIVE = true;
         public static boolean RENDERSHADOW = true;
         
-        public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
+        public static boolean REPLACEONMAKE = false;
         
         public static boolean MOUSEDRAGGED = false;
         public static boolean TIMERRUNNING = false;

--
Gitblit v1.6.2