From 8c837a9e50c29e66bdf5bd7ea2fd15b1a7d5d598 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 29 Apr 2019 15:12:34 -0400 Subject: [PATCH] Use separators. --- Globals.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Globals.java b/Globals.java index 070b46b..1b91781 100644 --- a/Globals.java +++ b/Globals.java @@ -1,6 +1,8 @@ public class Globals { + static iCameraPane theRenderer; + private static boolean LIVE = false; static boolean CROWD = false; -- Gitblit v1.6.2