Add FPS limit back
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user