Add FPS limit back

This commit is contained in:
Matt Low 2018-11-13 22:55:39 +04:00
parent b3cbe0cda5
commit fe2c68d39a

View File

@ -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);
}