linux test
This commit is contained in:
@@ -22,8 +22,8 @@ public class DesktopLauncher {
|
|||||||
config.height = 540;
|
config.height = 540;
|
||||||
config.addIcon("logo.png", Files.FileType.Internal);
|
config.addIcon("logo.png", Files.FileType.Internal);
|
||||||
config.vSyncEnabled = false; // Setting to false disables vertical sync
|
config.vSyncEnabled = false; // Setting to false disables vertical sync
|
||||||
config.foregroundFPS = 144; // Setting to 0 disables foreground fps throttling
|
config.foregroundFPS = 60; // Setting to 0 disables foreground fps throttling
|
||||||
config.backgroundFPS = 0; // Setting to 0 disables background fps throttling
|
config.backgroundFPS = 60; // Setting to 0 disables background fps throttling
|
||||||
|
|
||||||
loadUserPrefs(new LwjglApplication(new DarkRP2D(), config));
|
loadUserPrefs(new LwjglApplication(new DarkRP2D(), config));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user