mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 14:10:11 +00:00
Merge pull request #1674 from lunkhound/pr-fix-bad-assert
parallel solver: remove bad assert
This commit is contained in:
commit
84edb746e7
@ -212,7 +212,6 @@ static int runLengthEncodeConstraintInfo(btBatchedConstraintInfo* outConInfos, i
|
||||
++iSrc;
|
||||
}
|
||||
conInfo.numConstraintRows = iSrc - conInfo.constraintIndex;
|
||||
btAssert( conInfo.numConstraintRows <= 6 );
|
||||
++iDest;
|
||||
}
|
||||
return iDest;
|
||||
|
Loading…
Reference in New Issue
Block a user