Changeset 3080
- Timestamp:
- May 26, 2009, 2:54:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/WorldEntity.cc
r3077 r3080 114 114 else 115 115 { 116 this->detach(*it);117 116 (*it)->setPosition(this->getWorldPosition()); 118 ++it;117 this->detach(*(it++)); 119 118 } 120 119 }
Note: See TracChangeset
for help on using the changeset viewer.