From 91106535bc5aa5e67cbb02a67cf6de1519cba0e4 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 22 Apr 2019 13:27:24 -0400 Subject: [PATCH] iCameraPane refactoring phase 1. --- GenericJoint.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GenericJoint.java b/GenericJoint.java index 0e2ebd5..b6d18be 100644 --- a/GenericJoint.java +++ b/GenericJoint.java @@ -339,7 +339,7 @@ // assert(bRep != null); - 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