Changeset 3607 in orxonox.OLD for orxonox/trunk/src/track_node.cc
- Timestamp:
- Mar 20, 2005, 10:38:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_node.cc
r3565 r3607 46 46 this->trackManager = TrackManager::getInstance(); 47 47 this->setMode(PNODE_ALL); 48 this->absCoordinate = *absCoordinate;48 this->absCoordinate = absCoordinate; 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.