This commit is contained in:
Irlan 2017-03-06 13:39:39 -03:00
parent f99ba4e52f
commit dd6ca355e9

View File

@ -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;