diff --git a/desktop/src/com/darkrp2d/desktop/DesktopLauncher.java b/desktop/src/com/darkrp2d/desktop/DesktopLauncher.java index d39e17b..eb5f41d 100755 --- a/desktop/src/com/darkrp2d/desktop/DesktopLauncher.java +++ b/desktop/src/com/darkrp2d/desktop/DesktopLauncher.java @@ -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)); }