1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2018-08-07 00:04:43 +02:00
parent c704966f6b
commit 9c662586b0

View File

@ -186,7 +186,7 @@ ReadConfig ()
if (
!(g_settingsOverload & SETTING_RENDERQUALITY) &&
j.find ("renderquality") != j.end ())
g_renderQuality = j["renderqiality"].get<bool> ();
g_renderQuality = j["renderquality"].get<bool> ();
return true;
}