Normand Briere
2019-04-22 91106535bc5aa5e67cbb02a67cf6de1519cba0e4
VehicleDemo.java
....@@ -490,7 +490,7 @@
490490
491491 renderme(display);
492492
493
- if (display.isLIVE()) // && display.drawMode != display.SHADOW)
493
+ if (Globals.isLIVE()) // && display.drawMode != display.SHADOW)
494494 {
495495 float ms = getDeltaTimeMicroseconds();
496496 float minFPS = 1000000f / 60f;