minor optimizations + page reload now funtions properly
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user