1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-13 02:43:06 +00:00

Do not initialize settings storage for editor

This commit is contained in:
elsid 2023-04-10 21:29:56 +02:00
parent c39083ba7e
commit 8f84431840
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -147,6 +147,7 @@ namespace Settings
if (std::filesystem::exists(settingspath))
parser.loadSettingsFile(settingspath, mUserSettings, false, false);
if (!loadEditorSettings)
Settings::Values::init();
for (const auto& [key, value] : originalDefaultSettings)