FIRE-30873: Mirror rotation of this only

if this joint has no opposite
master
Angeldark Raymaker 2024-10-02 11:59:35 +01:00
parent e6d1a6b7ed
commit a510966f45
1 changed files with 0 additions and 2 deletions

View File

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