GenericJoint.java
.. .. @@ -342,7 +342,7 @@ 342 342 343 343 // assert(bRep != null); 344 344 345 - if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK345 + if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // SHADOW346 346 { 347 347 // float ms = getDeltaTimeMicroseconds(); 348 348 // float minFPS = 1000000f / 60f;