Clean up some more compilation warnings.

This commit is contained in:
sjbaker
2007-03-19 04:31:26 +00:00
parent 6b102c65b3
commit c82f36fa34
2 changed files with 3 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ void BasicDemo::exitPhysics()
}
//delete collision shapes
for (unsigned int j=0;j<m_collisionShapes.size();j++)
for (int j=0;j<m_collisionShapes.size();j++)
{
btCollisionShape* shape = m_collisionShapes[j];
delete shape;