Skip to content
Snippets Groups Projects
Commit 46da0e8b authored by gregorycu's avatar gregorycu Committed by Zeno-
Browse files

Make GUIEngine use pause_fps_max not fps_max

parent 48939df9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment