Changeset 10420 for code/branches/core7/src/orxonox/collisionshapes
- Timestamp:
- May 3, 2015, 3:02:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc
r10417 r10420 78 78 { 79 79 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; 81 81 82 82 if (this->parent_)
Note: See TracChangeset
for help on using the changeset viewer.