Changeset 4870 in orxonox.OLD for orxonox/trunk/src/lib/coord
- Timestamp:
- Jul 15, 2005, 1:02:36 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r4836 r4870 94 94 /* this deletes all children in the list */ 95 95 delete this->children; 96 this->parent = NULL; 96 if (this->parent) 97 this->parent->removeChild(this); 97 98 } 98 99
Note: See TracChangeset
for help on using the changeset viewer.