Changeset 1673
- Timestamp:
- Aug 27, 2008, 10:35:39 PM (16 years ago)
- Location:
- code/branches/gui/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/RootGameState.cc
r1672 r1673 37 37 namespace orxonox 38 38 { 39 SetCommandLineArgument(state, " standalone").setShortcut("s");39 SetCommandLineArgument(state, "gui").setShortcut("s"); 40 40 41 41 RootGameState::RootGameState(const std::string& name) -
code/branches/gui/src/orxonox/gamestates/GSGraphics.cc
r1672 r1673 100 100 this->ogreRoot_->detachRenderTarget(GraphicsEngine::getInstance().getRenderWindow()); 101 101 delete GraphicsEngine::getInstance().getRenderWindow(); 102 this->ogreRoot_->shutdown102 //this->ogreRoot_->shutdown 103 103 // TODO: destroy render window 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.