mirror of
https://github.com/minetest/minetest.git
synced 2025-03-14 06:12:36 +01:00
Make GUIEngine use pause_fps_max not fps_max
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user