GenericJoint.java
.. .. @@ -339,7 +339,7 @@ 339 339 340 340 // assert(bRep != null); 341 341 342 - if (display.isLIVE() && live && display.drawMode == display.SHADOW) // FUCK342 + if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK343 343 { 344 344 // float ms = getDeltaTimeMicroseconds(); 345 345 // float minFPS = 1000000f / 60f;