Add FPS counter
This commit is contained in:
parent
48b2e8b96b
commit
add8b5670b
2 changed files with 18 additions and 1 deletions
|
@ -9,7 +9,6 @@ public class DesktopLauncher {
|
|||
Lwjgl3ApplicationConfiguration config = new Lwjgl3ApplicationConfiguration();
|
||||
config.setWindowedMode(1600, 900);
|
||||
config.setForegroundFPS(60);
|
||||
config.setIdleFPS(15);
|
||||
config.useVsync(true);
|
||||
config.setTitle("Loom");
|
||||
new Lwjgl3Application(new Game(), config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue