Changeset 10053 for code/branches/modularships/src/external/bullet
- Timestamp:
- May 13, 2014, 11:45:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/external/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp
r8393 r10053 21 21 #include "LinearMath/btAabbUtil2.h" 22 22 #include "btManifoldResult.h" 23 #include <iostream> 23 24 24 25 btCompoundCollisionAlgorithm::btCompoundCollisionAlgorithm( const btCollisionAlgorithmConstructionInfo& ci,btCollisionObject* body0,btCollisionObject* body1,bool isSwapped) … … 115 116 void ProcessChildShape(btCollisionShape* childShape,int index) 116 117 { 117 btAssert(index>=0); 118 // std::cout << "PCS: " << childShape << std::endl; // FIXME: (noep) remove DEBUG 119 btAssert(index>=0); 118 120 btCompoundShape* compoundShape = static_cast<btCompoundShape*>(m_compoundColObj->getCollisionShape()); 119 121 btAssert(index<compoundShape->getNumChildShapes());
Note: See TracChangeset
for help on using the changeset viewer.