Changeset 6288 in orxonox.OLD
- Timestamp:
- Dec 25, 2005, 5:32:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6287 r6288 135 135 this->mouseDir = this->getAbsDir(); 136 136 137 GLGuiButton* button = new GLGuiPushButton();138 button->show();139 button->setLabel("orxonox");140 button->setBindNode(this);137 // GLGuiButton* button = new GLGuiPushButton(); 138 // button->show(); 139 // button->setLabel("orxonox"); 140 // button->setBindNode(this); 141 141 142 142 //add events to the eventlist
Note: See TracChangeset
for help on using the changeset viewer.