Changeset 5372 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Oct 13, 2005, 12:40:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5354 r5372 55 55 this->loadParams(root); 56 56 57 NullParent::getInstance()->addChild(this); 57 if (this->parent == NULL) 58 NullParent::getInstance()->addChild(this); 58 59 } 59 60
Note: See TracChangeset
for help on using the changeset viewer.