Changeset 7880 in orxonox.OLD for branches/gui/src/story_entities/simple_game_menu.cc
- Timestamp:
- May 26, 2006, 11:35:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/simple_game_menu.cc
r7876 r7880 67 67 pb->setAbsCoor2D(50, 50); 68 68 69 OrxGui::GLGuiCursor* cursor = new OrxGui::GLGuiCursor(); 70 cursor->show(); 69 OrxGui::GLGuiHandler::getInstance()->activateCursor(); 71 70 72 71 if (root != NULL) … … 315 314 GameWorld::tick(); 316 315 316 // Make the GLGui tick. 317 OrxGui::GLGuiHandler::getInstance()->tick(this->dtS); 318 317 319 this->animateScene(this->dtS); 318 320 }
Note: See TracChangeset
for help on using the changeset viewer.