Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3080


Ignore:
Timestamp:
May 26, 2009, 2:54:06 AM (15 years ago)
Author:
landauf
Message:

Yet another bugfix.

File:
1 edited

Legend:

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

    r3077 r3080  
    114114                else
    115115                {
    116                     this->detach(*it);
    117116                    (*it)->setPosition(this->getWorldPosition());
    118                     ++it;
     117                    this->detach(*(it++));
    119118                }
    120119            }
Note: See TracChangeset for help on using the changeset viewer.