Changeset 7905 for code/trunk/src/orxonox/worldentities
- Timestamp:
- Feb 16, 2011, 10:29:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/worldentities/WorldEntity.cc
r7493 r7905 126 126 else 127 127 { 128 (*it)->setPosition( this->getWorldPosition());128 (*it)->setPosition((*it)->getWorldPosition()); 129 129 this->detach(*(it++)); 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.