Changeset 5802 for code/branches/core5/src/orxonox
- Timestamp:
- Sep 26, 2009, 11:06:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/collisionshapes/CompoundCollisionShape.cc
r5738 r5802 56 56 // make sure that the child doesn't want to detach itself --> speedup because of the missing update 57 57 it->first->notifyDetached(); 58 delete it->first;58 it->first->destroy(); 59 59 } 60 60
Note: See TracChangeset
for help on using the changeset viewer.