Make GUIEngine use pause_fps_max not fps_max
parent
48939df9a5
commit
46da0e8b3b
|
@ -361,7 +361,7 @@ void GUIEngine::cloudPreProcess()
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
void GUIEngine::cloudPostProcess()
|
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
|
// Time of frame without fps limit
|
||||||
u32 busytime_u32;
|
u32 busytime_u32;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue