Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7905


Ignore:
Timestamp:
Feb 16, 2011, 10:29:06 PM (13 years ago)
Author:
landauf
Message:

fixed positioning of independent children in destructor of WorldEntity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/worldentities/WorldEntity.cc

    r7493 r7905  
    126126                else
    127127                {
    128                     (*it)->setPosition(this->getWorldPosition());
     128                    (*it)->setPosition((*it)->getWorldPosition());
    129129                    this->detach(*(it++));
    130130                }
Note: See TracChangeset for help on using the changeset viewer.