parent
7e04a1e658
commit
0663773ab4
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue