mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix typo
This commit is contained in:
parent
c704966f6b
commit
9c662586b0
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user