Changeset 3343 for code/branches/resource/src/orxonox/gamestates
- Timestamp:
- Jul 24, 2009, 4:25:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/orxonox/gamestates/GSGraphics.cc
r3338 r3343 93 93 void GSGraphics::activate() 94 94 { 95 GameMode::setShowsGraphics(true); 95 // Load OGRE, CEGUI and OIS 96 Core::getInstance().loadGraphics(); 96 97 97 98 // Load OGRE including the render window … … 170 171 delete graphicsManager_; 171 172 172 GameMode::setShowsGraphics(false); 173 // Unload OGRE, CEGUI and OIS 174 Core::getInstance().loadGraphics(); 173 175 } 174 176
Note: See TracChangeset
for help on using the changeset viewer.