Improve Compound Shape Construction.

This commit is contained in:
donggas90
2015-06-08 13:35:17 +09:00
parent a34d04d211
commit 96d9e54080
2 changed files with 4 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ protected:
public:
BT_DECLARE_ALIGNED_ALLOCATOR();
btCompoundShape(bool enableDynamicAabbTree = true);
explicit btCompoundShape(bool enableDynamicAabbTree = true, const int initialChildCapacity = 0);
virtual ~btCompoundShape();