1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-21 22:21:02 +00:00

Merge remote-tracking branch 'corristo/master'

This commit is contained in:
Marc Zinnschlag 2013-06-16 20:00:11 +02:00
commit b93d3cc349

View File

@ -173,7 +173,7 @@ void OgreRenderer::configure(const std::string &logPath,
// Disable logging
log->setDebugOutputEnabled(false);
#if defined(__APPLE__) && !defined(__LP64__)
#if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
mRoot = new CustomRoot("", "", "");
#else
mRoot = new Root("", "", "");