remove some warnings

This commit is contained in:
Erwin Coumans
2015-06-26 12:59:48 -07:00
parent 3b4ad1cd5a
commit bc8b95dd9d
4 changed files with 0 additions and 5 deletions

View File

@@ -838,11 +838,9 @@ void btMultiBodyDynamicsWorld::debugDrawWorld()
getDebugDrawer()->drawTransform(bod->getBaseWorldTransform(), 0.1);
int nLinks = bod->getNumLinks();
for (int m = 0; m<bod->getNumLinks(); m++)
{
int link = m;
const btTransform& tr = bod->getLink(m).m_cachedWorldTransform;