Add FPS limit back
This commit is contained in:
parent
b3cbe0cda5
commit
fe2c68d39a
@ -11,7 +11,7 @@ public class DesktopLauncher {
|
||||
config.height = 800;
|
||||
config.title = BrickBuster.TITLE;
|
||||
//config.vSyncEnabled = false;
|
||||
config.foregroundFPS = 0;
|
||||
//config.foregroundFPS = 0;
|
||||
new LwjglApplication(new BrickBuster(), config);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user