Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1507


Ignore:
Timestamp:
Jun 1, 2008, 5:01:02 PM (16 years ago)
Author:
rgrieder
Message:

Ogre 1.4.3 doesn't supprot Log::setDebugOutputEnable(bool)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/GraphicsEngine.cc

    r1505 r1507  
    169169    root_ = new Ogre::Root(plugin_filename, "ogre.cfg", this->ogreLogfile_);
    170170
    171 #if ORXONOX_PLATFORM != ORXONOX_PLATFORM_WIN32
     171#if 0
    172172    // tame the ogre ouput so we don't get all the mess in the console
    173173    Ogre::Log* defaultLog = Ogre::LogManager::getSingleton().getDefaultLog();
Note: See TracChangeset for help on using the changeset viewer.