From 1af7d3700724834e40ad8636bc9a56cdc3b19b15 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 27 Jul 2019 11:52:38 -0400
Subject: [PATCH] New layout icons

---
 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