FIRE-35794: Don't reload base if user set to zero

for partial-bvh reloads
master
Angeldark Raymaker 2025-09-28 13:52:58 +01:00
parent 7e04a1e658
commit 0663773ab4
1 changed files with 3 additions and 0 deletions

View File

@ -351,6 +351,9 @@ class FSJointPose
void resetBaseRotation(LLQuaternion rotation, LLJoint::JointPriority priority) void resetBaseRotation(LLQuaternion rotation, LLJoint::JointPriority priority)
{ {
if (mUserSpecifiedBaseZero)
return;
if (priority < mBasePriority) if (priority < mBasePriority)
return; return;