mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 00:39:59 +00:00
Merge remote branch 'scrawl/logfix'
This commit is contained in:
commit
6674dabd5a
@ -18,7 +18,6 @@ void MyGUIManager::setup(Ogre::RenderWindow *wnd, Ogre::SceneManager *mgr, bool
|
|||||||
// manager before the main gui system itself, otherwise the main
|
// manager before the main gui system itself, otherwise the main
|
||||||
// object will get the chance to spit out a few messages before we
|
// object will get the chance to spit out a few messages before we
|
||||||
// can able to disable it.
|
// can able to disable it.
|
||||||
/// \todo - can't avoid this with MyGUI 3.2?
|
|
||||||
|
|
||||||
std::string theLogFile = std::string(MYGUI_PLATFORM_LOG_FILENAME);
|
std::string theLogFile = std::string(MYGUI_PLATFORM_LOG_FILENAME);
|
||||||
if(!logDir.empty())
|
if(!logDir.empty())
|
||||||
@ -26,9 +25,9 @@ void MyGUIManager::setup(Ogre::RenderWindow *wnd, Ogre::SceneManager *mgr, bool
|
|||||||
|
|
||||||
// Set up OGRE platform. We might make this more generic later.
|
// Set up OGRE platform. We might make this more generic later.
|
||||||
mPlatform = new OgrePlatform();
|
mPlatform = new OgrePlatform();
|
||||||
|
LogManager::getInstance().setSTDOutputEnabled(logging);
|
||||||
mPlatform->initialise(wnd, mgr, "General", theLogFile);
|
mPlatform->initialise(wnd, mgr, "General", theLogFile);
|
||||||
|
|
||||||
LogManager::getInstance().setSTDOutputEnabled(logging);
|
|
||||||
|
|
||||||
// Create GUI
|
// Create GUI
|
||||||
mGui = new Gui();
|
mGui = new Gui();
|
||||||
|
Loading…
Reference in New Issue
Block a user