Changeset 5677 for code/branches/resource3/src/orxonox
- Timestamp:
- Aug 24, 2009, 3:03:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource3/src/orxonox/gamestates/GSLevel.cc
r3370 r5677 29 29 30 30 #include "GSLevel.h" 31 32 #include <OgreCompositorManager.h> 31 33 32 34 #include "core/input/InputManager.h" … … 170 172 */ 171 173 174 if (GameMode::showsGraphics()) 175 { 176 // unload all compositors (this is only necessary because we don't yet destroy all resources!) 177 Ogre::CompositorManager::getSingleton().removeAll(); 178 } 172 179 173 180 // this call will delete every BaseObject!
Note: See TracChangeset
for help on using the changeset viewer.