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:
commit
c3ad52a961
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user