typo
This commit is contained in:
parent
f99ba4e52f
commit
dd6ca355e9
@ -197,7 +197,7 @@ bool b3WeldJoint::SolvePositionConstraints(const b3SolverData* data)
|
||||
qB += b3Derivative(qB, m_iB * P);
|
||||
qB.Normalize();
|
||||
|
||||
angularError += 2.0f * b3Length(C);
|
||||
angularError += b3Length(C);
|
||||
}
|
||||
|
||||
data->positions[m_indexA].x = xA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user