- Timestamp:
- Jul 23, 2009, 2:20:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/orxonox/gamestates/GSGraphics.cc
r3327 r3338 125 125 126 126 // load the CEGUI interface 127 guiManager_ = new GUIManager(); 128 guiManager_->initialise(renderWindow); 127 guiManager_ = new GUIManager(renderWindow); 129 128 130 129 // add console command to toggle GUI
Note: See TracChangeset
for help on using the changeset viewer.