From 46da0e8b3b7ac9f833b660afd34b24095531bcb0 Mon Sep 17 00:00:00 2001 From: gregorycu Date: Sun, 24 Apr 2016 14:56:56 +1000 Subject: Make GUIEngine use pause_fps_max not fps_max --- src/guiEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guiEngine.cpp') diff --git a/src/guiEngine.cpp b/src/guiEngine.cpp index 84bc8488e..ba286a91c 100644 --- a/src/guiEngine.cpp +++ b/src/guiEngine.cpp @@ -361,7 +361,7 @@ void GUIEngine::cloudPreProcess() /******************************************************************************/ void GUIEngine::cloudPostProcess() { - float fps_max = g_settings->getFloat("fps_max"); + float fps_max = g_settings->getFloat("pause_fps_max"); // Time of frame without fps limit u32 busytime_u32; -- cgit v1.2.3