Changeset 3565 in orxonox.OLD for orxonox/trunk/src/track_node.cc
- Timestamp:
- Mar 15, 2005, 7:27:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_node.cc
r3556 r3565 37 37 NullParent::getInstance()->addChild(this); 38 38 this->trackManager = TrackManager::getInstance(); 39 this->setMode( ALL);39 this->setMode(PNODE_ALL); 40 40 } 41 41 … … 45 45 this->parent = NullParent::getInstance(); 46 46 this->trackManager = TrackManager::getInstance(); 47 this->setMode( ALL);47 this->setMode(PNODE_ALL); 48 48 this->absCoordinate = *absCoordinate; 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.