minor optimizations + page reload now funtions properly

This commit is contained in:
2017-12-09 00:36:49 -06:00
parent 2fc434cc29
commit 8023987148
10 changed files with 42 additions and 32 deletions

View File

@@ -12,7 +12,8 @@ public class DesktopLauncher {
config.resizable = false;
config.allowSoftwareMode = true;
config.useHDPI = true;
config.vSyncEnabled = true;
config.vSyncEnabled = false;
config.foregroundFPS = 0;
new LwjglApplication(new RhythmBullet(), config);
}
}