1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-16 16:10:58 +00:00

Merge branch 'fix_missing_save' into 'master'

Add missing save for a setting in launcher

See merge request OpenMW/openmw!2119
This commit is contained in:
psi29a 2022-07-10 22:18:20 +00:00
commit c3ad52a961

View File

@ -256,6 +256,7 @@ void Launcher::AdvancedPage::saveSettings()
saveSettingBool(stealingFromKnockedOutCheckBox, "always allow stealing from knocked out actors", "Game");
saveSettingBool(enableNavigatorCheckBox, "enable", "Navigator");
saveSettingInt(physicsThreadsSpinBox, "async num threads", "Physics");
saveSettingBool(allowNPCToFollowOverWaterSurfaceCheckBox, "allow actors to follow over water surface", "Game");
}
// Visuals