Changeset 5397 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Oct 18, 2005, 5:33:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5394 r5397 415 415 } 416 416 child->parent = this; 417 this->children->add(child); 417 if (unlikely(this != NULL)) 418 this->children->add(child); 418 419 child->parentCoorChanged(); 419 420 }
Note: See TracChangeset
for help on using the changeset viewer.