FIX: Settings save

This commit is contained in:
2026-03-13 17:09:39 +02:00
parent 6f7812293e
commit b0de432339
5 changed files with 39 additions and 4 deletions

View File

@@ -275,6 +275,8 @@ public:
return limitFramerate;
if (item == &Option::VSYNC)
return vsync;
if (item == &Option::GRAPHICS)
return fancyGraphics;
if (item == &Option::AMBIENT_OCCLUSION)
return ambientOcclusion;
if (item == &Option::THIRD_PERSON)