Changeset 5255 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Sep 25, 2005, 6:23:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5214 r5255 396 396 if( likely(child->parent != NULL)) 397 397 { 398 PRINTF( 4)("PNode::addChild() - reparenting node: removing it and adding it again\n");398 PRINTF(5)("PNode::addChild() - reparenting node: removing it and adding it again\n"); 399 399 child->parent->children->remove(child); 400 400 }
Note: See TracChangeset
for help on using the changeset viewer.