Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3565 in orxonox.OLD for orxonox/trunk/src/track_node.cc


Ignore:
Timestamp:
Mar 15, 2005, 7:27:44 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: patched the pNode, now there exists the ability for advanced linkage-modes

File:
1 edited

Legend:

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

    r3556 r3565  
    3737  NullParent::getInstance()->addChild(this);
    3838  this->trackManager = TrackManager::getInstance();
    39   this->setMode(ALL);
     39  this->setMode(PNODE_ALL);
    4040}
    4141
     
    4545  this->parent = NullParent::getInstance();
    4646  this->trackManager = TrackManager::getInstance();
    47   this->setMode(ALL);
     47  this->setMode(PNODE_ALL);
    4848  this->absCoordinate = *absCoordinate;
    4949}
Note: See TracChangeset for help on using the changeset viewer.