- Timestamp:
- Oct 18, 2008, 10:58:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc
r1891 r1940 101 101 void GSGraphics::enter() 102 102 { 103 Settings::_getInstance(). bShowsGraphics_ = true;103 Settings::_getInstance().setShowsGraphics(true); 104 104 105 105 // initialise graphics engine. Doesn't load the render window yet! … … 196 196 delete graphicsEngine_; 197 197 198 Settings::_getInstance(). bShowsGraphics_ = false;198 Settings::_getInstance().setShowsGraphics(false); 199 199 } 200 200 … … 221 221 this->console_->tick(dt); 222 222 this->tickChild(time); 223 223 224 224 unsigned long long timeAfterTick = time.getRealMicroseconds(); 225 225
Note: See TracChangeset
for help on using the changeset viewer.