1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Make GUIEngine use pause_fps_max not fps_max

This commit is contained in:
gregorycu 2016-04-24 14:56:56 +10:00 committed by Craig Robbins
parent 48939df9a5
commit 46da0e8b3b

View File

@ -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;