mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Merge remote-tracking branch 'corristo/master'
This commit is contained in:
commit
b93d3cc349
@ -173,7 +173,7 @@ void OgreRenderer::configure(const std::string &logPath,
|
|||||||
// Disable logging
|
// Disable logging
|
||||||
log->setDebugOutputEnabled(false);
|
log->setDebugOutputEnabled(false);
|
||||||
|
|
||||||
#if defined(__APPLE__) && !defined(__LP64__)
|
#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
|
||||||
mRoot = new CustomRoot("", "", "");
|
mRoot = new CustomRoot("", "", "");
|
||||||
#else
|
#else
|
||||||
mRoot = new Root("", "", "");
|
mRoot = new Root("", "", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user