Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2015, 3:02:05 PM (9 years ago)
Author:
landauf
Message:

use destroyLater() in Pawn and ShipPart. PawnManager and ShipPartManager are not needed anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc

    r10417 r10420  
    7878        {
    7979            if (this->getScene() && this->getScene()->isUpdatingPhysics())
    80                 orxout(internal_error) << "Don't destroy collision shapes while the physics is updated! This will lead to crashes" << endl;
     80                orxout(internal_error) << "Don't destroy collision shapes while the physics is updated! This will lead to crashes. Try to use destroyLater() instead" << endl;
    8181
    8282            if (this->parent_)
Note: See TracChangeset for help on using the changeset viewer.