56575859606162
* Constructs new <code>LWJGLTimer</code>. */ public LWJGLTimer() { this.resolution = Sys.getTimerResolution() / 1000; this.fpsCounter = new FPSCounter(); }