fixes: make argument names in header and cpp the same

This commit is contained in:
Erwin Coumans
2018-03-27 16:54:41 -07:00
parent aae19514ac
commit 6856334d48
3 changed files with 22 additions and 22 deletions

View File

@@ -537,7 +537,7 @@ void btSequentialImpulseConstraintSolverMt::allocAllContactConstraints(btPersist
BT_PROFILE( "allocAllContactConstraints" );
btAlignedObjectArray<btContactManifoldCachedInfo> cachedInfoArray; // = m_manifoldCachedInfoArray;
cachedInfoArray.resizeNoInitialize( numManifolds );
if (false)
if (/* DISABLES CODE */ (false))
{
// sequential
internalCollectContactManifoldCachedInfo(&cachedInfoArray[ 0 ], manifoldPtr, numManifolds, infoGlobal);