Normand Briere
2019-04-22 91106535bc5aa5e67cbb02a67cf6de1519cba0e4
GenericJoint.java
....@@ -339,7 +339,7 @@
339339
340340 // assert(bRep != null);
341341
342
- if (display.isLIVE() && live && display.drawMode == display.SHADOW) // FUCK
342
+ if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK
343343 {
344344 // float ms = getDeltaTimeMicroseconds();
345345 // float minFPS = 1000000f / 60f;