Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5372 in orxonox.OLD for trunk/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Oct 13, 2005, 12:40:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer rendering of the Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.cc

    r5354 r5372  
    5555  this->loadParams(root);
    5656
    57   NullParent::getInstance()->addChild(this);
     57  if (this->parent == NULL)
     58    NullParent::getInstance()->addChild(this);
    5859}
    5960
Note: See TracChangeset for help on using the changeset viewer.