From 053ec48b2d027ee88fa940ad0c2407a5ac97bad2 Mon Sep 17 00:00:00 2001 From: Sherief Farouk Date: Mon, 15 Feb 2021 16:50:46 -0800 Subject: [PATCH] Fixed indentation. --- src/core/re3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/re3.cpp b/src/core/re3.cpp index ff8a11e5..0c240353 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -432,7 +432,7 @@ bool LoadINISettings() ReadIniIfExists("Graphics", "FrameLimiter", &FrontEndMenuManager.m_PrefsFrameLimiter); #ifdef LEGACY_MENU_OPTIONS ReadIniIfExists("Graphics", "VSync", &FrontEndMenuManager.m_PrefsVsyncDisp); - ReadIniIfExists("Graphics", "MaxFPS", &RsGlobal.maxFPS); + ReadIniIfExists("Graphics", "MaxFPS", &RsGlobal.maxFPS); ReadIniIfExists("Graphics", "Trails", &CMBlur::BlurOn); #endif ReadIniIfExists("General", "SkinFile", FrontEndMenuManager.m_PrefsSkinFile, 256);