mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 17:46:37 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue