linux test

This commit is contained in:
Gulum
2017-10-18 21:55:13 +02:00
parent 2558bf8258
commit 18c3ce89b5

View File

@@ -22,8 +22,8 @@ public class DesktopLauncher {
config.height = 540;
config.addIcon("logo.png", Files.FileType.Internal);
config.vSyncEnabled = false; // Setting to false disables vertical sync
config.foregroundFPS = 144; // Setting to 0 disables foreground fps throttling
config.backgroundFPS = 0; // Setting to 0 disables background fps throttling
config.foregroundFPS = 60; // Setting to 0 disables foreground fps throttling
config.backgroundFPS = 60; // Setting to 0 disables background fps throttling
loadUserPrefs(new LwjglApplication(new DarkRP2D(), config));
}