- Timestamp:
- Mar 12, 2014, 6:39:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/collisionshapes/CompoundCollisionShape.cc
r9667 r9997 297 297 this->updatePublicShape();*/ 298 298 } 299 300 int CompoundCollisionShape::getNumChildShapes() 301 { 302 return this->compoundShape_->getNumChildShapes(); 303 } 299 304 }
Note: See TracChangeset
for help on using the changeset viewer.