From: gregorycu Date: Sun, 24 Apr 2016 04:56:56 +0000 (+1000) Subject: Make GUIEngine use pause_fps_max not fps_max X-Git-Tag: 0.4.14~83 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=46da0e8b3b7ac9f833b660afd34b24095531bcb0;p=oweals%2Fminetest.git Make GUIEngine use pause_fps_max not fps_max --- 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;