Skip to content

Commit

Permalink
Make GUIEngine use pause_fps_max not fps_max
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycu authored and Zeno- committed Apr 24, 2016
1 parent 48939df commit 46da0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guiEngine.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 46da0e8

Please sign in to comment.