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