forked from mirror/openmw-tes3mp
fixed log path
This commit is contained in:
parent
12b7c6f1ac
commit
1e998545c7
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ void OMW::Engine::go()
|
|||
}
|
||||
mOgre->configure(!boost::filesystem::is_regular_file(mCfgMgr.getOgreConfigPath()),
|
||||
mCfgMgr.getOgreConfigPath().string(),
|
||||
mCfgMgr.getLogPath().string() + std::string("/"),
|
||||
mCfgMgr.getLogPath().string(),
|
||||
mCfgMgr.getPluginsConfigPath().string(), false);
|
||||
|
||||
// This has to be added BEFORE MyGUI is initialized, as it needs
|
||||
|
|
Loading…
Reference in a new issue