mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +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;
|
++iSrc;
|
||||||
}
|
}
|
||||||
conInfo.numConstraintRows = iSrc - conInfo.constraintIndex;
|
conInfo.numConstraintRows = iSrc - conInfo.constraintIndex;
|
||||||
btAssert( conInfo.numConstraintRows <= 6 );
|
|
||||||
++iDest;
|
++iDest;
|
||||||
}
|
}
|
||||||
return iDest;
|
return iDest;
|
||||||
|
Loading…
Reference in New Issue
Block a user