mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 13:23:53 +00:00
Fixed 64-bit OS X build
This commit is contained in:
parent
3e29506d5c
commit
de2868c0a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue