Fix src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp

See Issue 643, thanks to Laurent at liquiddragon for the patch.
Fix warning, See Issue 655
This commit is contained in:
erwin.coumans
2012-10-04 20:32:04 +00:00
parent 416b8477b3
commit 394bb103f0
2 changed files with 2 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ void btAxisSweep3Internal<BP_FP_INT_TYPE>::removeHandle(BP_FP_INT_TYPE handle,bt
}
template <typename BP_FP_INT_TYPE>
void btAxisSweep3Internal<BP_FP_INT_TYPE>::resetPool(btDispatcher* dispatcher)
void btAxisSweep3Internal<BP_FP_INT_TYPE>::resetPool(btDispatcher* /*dispatcher*/)
{
if (m_numHandles == 0)
{