Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 12, 2005, 11:34:02 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: taken out NullParent.
THE TRUNK IS NOT RUNNING FOR THE TIME BEING. DO NOT BE ALARMED, THIS IS TEMPORARY

File:
1 edited

Legend:

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

    r4836 r6074  
    1919#include "track_node.h"
    2020
    21 #include "null_parent.h"
    22 
    2321#include "track_manager.h"
    2422
     
    3331  this->setName("TrackNode");
    3432
    35   NullParent::getInstance()->addChild(this);
     33  PNode::getNullParent()->addChild(this);
    3634  this->trackManager = TrackManager::getInstance();
    3735  this->setParentMode(PNODE_ALL);
Note: See TracChangeset for help on using the changeset viewer.