[Orxonox-commit 554] r3096 - trunk/src/orxonox

rgrieder at orxonox.net rgrieder at orxonox.net
Wed May 27 22:40:08 CEST 2009


Author: rgrieder
Date: 2009-05-27 22:40:08 +0200 (Wed, 27 May 2009)
New Revision: 3096

Modified:
   trunk/src/orxonox/GraphicsManager.cc
Log:
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 ^^

Modified: trunk/src/orxonox/GraphicsManager.cc
===================================================================
--- trunk/src/orxonox/GraphicsManager.cc	2009-05-27 20:03:32 UTC (rev 3095)
+++ trunk/src/orxonox/GraphicsManager.cc	2009-05-27 20:40:08 UTC (rev 3096)
@@ -144,10 +144,6 @@
             // unload all compositors
             Ogre::CompositorManager::getSingleton().removeAll();
 
-            // destroy render window
-            Ogre::RenderSystem* renderer = this->ogreRoot_->getRenderSystem();
-            renderer->destroyRenderWindow("Orxonox");
-
             // Delete OGRE main control organ
             delete this->ogreRoot_;
 




More information about the Orxonox-commit mailing list