mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-06 18:56:31 +00:00
fix ogre.log
This commit is contained in:
parent
21b8456453
commit
04a4e20bb3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ bool OgreRenderer::configure(bool showConfig,
|
||||||
{
|
{
|
||||||
// Set up logging first
|
// Set up logging first
|
||||||
new LogManager;
|
new LogManager;
|
||||||
Log *log = LogManager::getSingleton().createLog(logPath);
|
Log *log = LogManager::getSingleton().createLog(logPath + std::string("Ogre.log"));
|
||||||
logging = _logging;
|
logging = _logging;
|
||||||
|
|
||||||
if(logging)
|
if(logging)
|
||||||
|
|
Loading…
Reference in a new issue