From 1e1c7fcdb3d0f8be350c5f6c32b6afa6705168ea Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 08:58:54 -0400 Subject: [PATCH] Fix import OBJ --- 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