summaryrefslogtreecommitdiff
path: root/indra/llappearance/llavatarappearance.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-04-18 19:31:29 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-04-18 19:31:29 -0400
commit223f0907092966e595890830be76ddf77776e123 (patch)
tree804245970427512f25ae133c45ce9b601ddbaf06 /indra/llappearance/llavatarappearance.cpp
parent5adc782341fd2de7a791f989c991c07d3060b862 (diff)
SL-371 - more tracking on partial joint overrides
Diffstat (limited to 'indra/llappearance/llavatarappearance.cpp')
-rwxr-xr-xindra/llappearance/llavatarappearance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp
index 9b9657b4c8..4f01665449 100755
--- a/indra/llappearance/llavatarappearance.cpp
+++ b/indra/llappearance/llavatarappearance.cpp
@@ -608,6 +608,7 @@ BOOL LLAvatarAppearance::setupBone(const LLAvatarBoneInfo* info, LLJoint* parent
// SL-315
joint->setPosition(info->mPos);
+ joint->setDefaultPosition(info->mPos);
joint->setRotation(mayaQ(info->mRot.mV[VX], info->mRot.mV[VY],
info->mRot.mV[VZ], LLQuaternion::XYZ));
joint->setScale(info->mScale);