diff --git a/Bullet/CollisionShapes/CompoundShape.h b/Bullet/CollisionShapes/CompoundShape.h index 02b04a2f3..86041b05b 100644 --- a/Bullet/CollisionShapes/CompoundShape.h +++ b/Bullet/CollisionShapes/CompoundShape.h @@ -28,6 +28,7 @@ subject to the following restrictions: /// CompoundShape allows to store multiple other CollisionShapes /// This allows for concave collision objects. This is more general then the Static Concave TriangleMeshShape. +/// Place holder, not fully implemented yet class CompoundShape : public CollisionShape { public: