parallel solver: remove bad assert

This commit is contained in:
Lunkhound 2018-05-06 23:39:01 -07:00
parent ab4b663800
commit ded33f3e7e

View File

@ -212,7 +212,6 @@ static int runLengthEncodeConstraintInfo(btBatchedConstraintInfo* outConInfos, i
++iSrc;
}
conInfo.numConstraintRows = iSrc - conInfo.constraintIndex;
btAssert( conInfo.numConstraintRows <= 6 );
++iDest;
}
return iDest;