Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3096


Ignore:
Timestamp:
May 27, 2009, 10:40:08 PM (15 years ago)
Author:
rgrieder
Message:

Found some leftovers of my attempt to partially shut down OGRE (which is not supported by design in fact).
This effectively fixes a shutdown bug that ironically only occurs on my box

File:
1 edited

Legend:

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

    r3091 r3096  
    144144            // unload all compositors
    145145            Ogre::CompositorManager::getSingleton().removeAll();
    146 
    147             // destroy render window
    148             Ogre::RenderSystem* renderer = this->ogreRoot_->getRenderSystem();
    149             renderer->destroyRenderWindow("Orxonox");
    150146
    151147            // Delete OGRE main control organ
Note: See TracChangeset for help on using the changeset viewer.