From 18c3ce89b5f6a584bc3cb9d0fb398a676e4e9da4 Mon Sep 17 00:00:00 2001 From: Gulum Date: Wed, 18 Oct 2017 21:55:13 +0200 Subject: [PATCH] linux test --- desktop/src/com/darkrp2d/desktop/DesktopLauncher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); }