Make settings loader differentiate between engine and editor (fixes #6658).

This commit is contained in:
Martin Otto 2022-03-04 09:44:52 +00:00 committed by Petr Mikheev
parent 3afa46b25e
commit 96e48e5492
3 changed files with 24 additions and 9 deletions

View file

@ -16,7 +16,7 @@ CSMPrefs::State *CSMPrefs::State::sThis = nullptr;
void CSMPrefs::State::load()
{
mSettings.load(mConfigurationManager);
mSettings.load(mConfigurationManager, true);
}
void CSMPrefs::State::declare()