mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 17:33:05 +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);
|
||||
if (constrained) {
|
||||
tipOrientation = tipParentOrientation * tipRelativeRotation;
|
||||
tipRelativeRotation = tipRelativeRotation;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue