Changeset 10033 for code/branches/modularships/src/orxonox/collisionshapes
- Timestamp:
- Apr 16, 2014, 8:59:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/collisionshapes/CompoundCollisionShape.cc
r10003 r10033 138 138 if (this->attachedShapes_.find(shape) != this->attachedShapes_.end()) 139 139 { 140 orxout() << "Still going..." << endl; 140 141 this->attachedShapes_.erase(shape); 141 142 if (shape->getCollisionShape()) 142 143 this->compoundShape_->removeChildShape(shape->getCollisionShape()); // TODO: Apparently this is broken? 143 144 shape->notifyDetached(); 145 orxout() << "Still going...." << endl; 144 146 145 147 this->updatePublicShape(); 148 orxout() << "Still going....." << endl; 146 149 } 147 150 else
Note: See TracChangeset
for help on using the changeset viewer.