remove some warnings

This commit is contained in:
erwin.coumans
2010-07-20 23:37:11 +00:00
parent f3664551b5
commit 4eddfce03e
6 changed files with 11 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ void btCompoundShape::addChildShape(const btTransform& localTransform,btCollisio
//m_childTransforms.push_back(localTransform);
//m_childShapes.push_back(shape);
btCompoundShapeChild child;
child.m_node = 0;
child.m_transform = localTransform;
child.m_childShape = shape;
child.m_childShapeType = shape->getShapeType();