mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
fix for self assignment warning
This commit is contained in:
parent
bee8ba489a
commit
6425c68836
1 changed files with 0 additions and 1 deletions
|
@ -431,7 +431,6 @@ void AnimInverseKinematics::solveTargetWithCCD(const AnimContext& context, const
|
||||||
constrained = constraint->apply(tipRelativeRotation);
|
constrained = constraint->apply(tipRelativeRotation);
|
||||||
if (constrained) {
|
if (constrained) {
|
||||||
tipOrientation = tipParentOrientation * tipRelativeRotation;
|
tipOrientation = tipParentOrientation * tipRelativeRotation;
|
||||||
tipRelativeRotation = tipRelativeRotation;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue