Changeset 10417 for code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.cc
- Timestamp:
- May 3, 2015, 1:31:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.cc
r10262 r10417 54 54 } 55 55 56 CylinderCollisionShape::~CylinderCollisionShape()57 {58 if (this->isInitialized())59 delete this->collisionShape_;60 }61 62 56 /** 63 57 @brief
Note: See TracChangeset
for help on using the changeset viewer.