Merge pull request #1674 from lunkhound/pr-fix-bad-assert
parallel solver: remove bad assert
This commit is contained in:
@@ -212,7 +212,6 @@ static int runLengthEncodeConstraintInfo(btBatchedConstraintInfo* outConInfos, i
|
||||
++iSrc;
|
||||
}
|
||||
conInfo.numConstraintRows = iSrc - conInfo.constraintIndex;
|
||||
btAssert( conInfo.numConstraintRows <= 6 );
|
||||
++iDest;
|
||||
}
|
||||
return iDest;
|
||||
|
||||
Reference in New Issue
Block a user