fix for self assignment warning

This commit is contained in:
Anthony Thibault 2019-07-16 10:48:51 -07:00
parent bee8ba489a
commit 6425c68836

View file

@ -431,7 +431,6 @@ void AnimInverseKinematics::solveTargetWithCCD(const AnimContext& context, const
constrained = constraint->apply(tipRelativeRotation);
if (constrained) {
tipOrientation = tipParentOrientation * tipRelativeRotation;
tipRelativeRotation = tipRelativeRotation;
}
}