Changeset 9229 for code/branches/presentation2012/src/orxonox/worldentities
- Timestamp:
- May 23, 2012, 1:07:29 PM (12 years ago)
- Location:
- code/branches/presentation2012
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012
-
code/branches/presentation2012/src/orxonox/worldentities/WorldEntity.cc
r8858 r9229 379 379 if (!object->notifyBeingAttached(this)) 380 380 return; 381 382 381 this->attachNode(object->node_); 383 382 this->children_.insert(object);
Note: See TracChangeset
for help on using the changeset viewer.