Merge pull request #2279 from AndreaCatania/patch-3
Fix initialization order
This commit is contained in:
@@ -80,11 +80,11 @@ struct btSISolverSingleIterationData
|
|||||||
m_orderNonContactConstraintPool(orderNonContactConstraintPool),
|
m_orderNonContactConstraintPool(orderNonContactConstraintPool),
|
||||||
m_orderFrictionConstraintPool(orderFrictionConstraintPool),
|
m_orderFrictionConstraintPool(orderFrictionConstraintPool),
|
||||||
m_tmpConstraintSizesPool(tmpConstraintSizesPool),
|
m_tmpConstraintSizesPool(tmpConstraintSizesPool),
|
||||||
|
m_seed(seed),
|
||||||
m_resolveSingleConstraintRowGeneric(resolveSingleConstraintRowGeneric),
|
m_resolveSingleConstraintRowGeneric(resolveSingleConstraintRowGeneric),
|
||||||
m_resolveSingleConstraintRowLowerLimit(resolveSingleConstraintRowLowerLimit),
|
m_resolveSingleConstraintRowLowerLimit(resolveSingleConstraintRowLowerLimit),
|
||||||
m_resolveSplitPenetrationImpulse(resolveSplitPenetrationImpulse),
|
m_resolveSplitPenetrationImpulse(resolveSplitPenetrationImpulse),
|
||||||
m_kinematicBodyUniqueIdToSolverBodyTable(kinematicBodyUniqueIdToSolverBodyTable),
|
m_kinematicBodyUniqueIdToSolverBodyTable(kinematicBodyUniqueIdToSolverBodyTable),
|
||||||
m_seed(seed),
|
|
||||||
m_fixedBodyId(fixedBodyId),
|
m_fixedBodyId(fixedBodyId),
|
||||||
m_maxOverrideNumSolverIterations(maxOverrideNumSolverIterations)
|
m_maxOverrideNumSolverIterations(maxOverrideNumSolverIterations)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user