mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-23 11:38:27 +00:00
bugfix related to previous commit (btAssert at the wrong place)
fixes for automake build system (remove references to ColladaDemo)
This commit is contained in:
@@ -115,9 +115,8 @@ public:
|
||||
void ProcessChildShape(btCollisionShape* childShape,int index)
|
||||
{
|
||||
btAssert(index>=0);
|
||||
btAssert(index<compoundShape->getNumChildShapes());
|
||||
|
||||
btCompoundShape* compoundShape = static_cast<btCompoundShape*>(m_compoundColObj->getCollisionShape());
|
||||
btAssert(index<compoundShape->getNumChildShapes());
|
||||
|
||||
|
||||
//backup
|
||||
|
||||
Reference in New Issue
Block a user