mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 14:10:11 +00:00
parallel solver: remove bad assert
This commit is contained in:
parent
ab4b663800
commit
ded33f3e7e
@ -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