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. --- PhysicsNode.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PhysicsNode.java b/PhysicsNode.java index ca3a422..3d3ccb0 100644 --- a/PhysicsNode.java +++ b/PhysicsNode.java @@ -112,7 +112,7 @@ void drawSelf(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked) { - 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