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.

---
 PhysicsNode.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PhysicsNode.java b/PhysicsNode.java
index 50d34d6..77051fd 100644
--- a/PhysicsNode.java
+++ b/PhysicsNode.java
@@ -108,9 +108,9 @@
     
     float totalms = 0;
     
-    void drawSelf(CameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
+    void drawSelf(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
     {
-        if (display.isLIVE() && live && display.drawMode == display.SHADOW) // FUCK
+        if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK
         {
             float ms = getDeltaTimeMicroseconds();
             float minFPS = 1000000f / 60f;

--
Gitblit v1.6.2