From 51e45bf615e1e2b4aca2edf9f7333b687c7d015e Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 24 Sep 2019 21:07:45 -0400
Subject: [PATCH] Remove hands.

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

diff --git a/GenericJoint.java b/GenericJoint.java
index 9c45117..67a201d 100644
--- a/GenericJoint.java
+++ b/GenericJoint.java
@@ -342,7 +342,7 @@
         
 //        assert(bRep != null);
         
-        if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK
+        if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // SHADOW
         {
 //            float ms = getDeltaTimeMicroseconds();
 //            float minFPS = 1000000f / 60f;

--
Gitblit v1.6.2