Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4444 in orxonox.OLD for orxonox/trunk/src/util/track/track_node.cc


Ignore:
Timestamp:
Jun 1, 2005, 10:17:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: setMode → setParentMode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/track/track_node.cc

    r4440 r4444  
    3737  NullParent::getInstance()->addChild(this);
    3838  this->trackManager = TrackManager::getInstance();
    39   this->setMode(PNODE_ALL);
    40 }
    41 
    42 
    43 TrackNode::TrackNode (const Vector& absCoordinate)
    44 {
    45   this->trackManager = TrackManager::getInstance();
    46   this->setMode(PNODE_ALL);
    47   this->setAbsCoor(absCoordinate);
     39  this->setParentMode(PNODE_ALL);
    4840}
    4941
Note: See TracChangeset for help on using the changeset viewer.