VehicleDemo.java
.. .. @@ -490,7 +490,7 @@ 490 490 491 491 renderme(display); 492 492 493 - if (display.isLIVE()) // && display.drawMode != display.SHADOW)493 + if (Globals.isLIVE()) // && display.drawMode != display.SHADOW)494 494 { 495 495 float ms = getDeltaTimeMicroseconds(); 496 496 float minFPS = 1000000f / 60f;