mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -04:00
Merge branch 'quittingpeacefully' into 'master'
Move Quitting peacefully message to a more appropriate place See merge request OpenMW/openmw!4769
This commit is contained in:
commit
6dadf5de75
@ -433,6 +433,8 @@ OMW::Engine::~Engine()
|
||||
}
|
||||
|
||||
SDL_Quit();
|
||||
|
||||
Log(Debug::Info) << "Quitting peacefully.";
|
||||
}
|
||||
|
||||
// Set data dir
|
||||
@ -1069,8 +1071,6 @@ void OMW::Engine::go()
|
||||
Settings::Manager::saveUser(mCfgMgr.getUserConfigPath() / "settings.cfg");
|
||||
Settings::ShaderManager::get().save();
|
||||
mLuaManager->savePermanentStorage(mCfgMgr.getUserConfigPath());
|
||||
|
||||
Log(Debug::Info) << "Quitting peacefully.";
|
||||
}
|
||||
|
||||
void OMW::Engine::setCompileAll(bool all)
|
||||
|
Loading…
x
Reference in New Issue
Block a user