1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 10:15:38 +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("", "", "");