From a510966f45fbb4d5e1d3e01f68ae5b401733035c Mon Sep 17 00:00:00 2001 From: Angeldark Raymaker Date: Wed, 2 Oct 2024 11:59:35 +0100 Subject: [PATCH] FIRE-30873: Mirror rotation of this only if this joint has no opposite --- indra/newview/fsposeranimator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/fsposeranimator.cpp b/indra/newview/fsposeranimator.cpp index d7486d1442..35b41ccb08 100644 --- a/indra/newview/fsposeranimator.cpp +++ b/indra/newview/fsposeranimator.cpp @@ -234,8 +234,6 @@ void FSPoserAnimator::reflectJoint(LLVOAvatar *avatar, const FSPoserJoint *joint return; FSPosingMotion::FSJointPose* oppositeJointPose = posingMotion->getJointPoseByJointName(joint->mirrorJointName()); - if (!oppositeJointPose) - return; if (!oppositeJointPose) { LLQuaternion rot_quat = jointPose->getTargetRotation();