Normand Briere
2019-04-22 ec1ab4278b2408d3b19083e530e0376f809cca44
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;