summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-11-19 09:19:03 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-11-19 09:19:03 -0500
commit1135ba80ec569e20187c36a5364debf9eae8aab7 (patch)
tree44b4c9030b8f2a1f86e03919eb2e08e5cc1632f6 /indra
parent7b6131fbf9c083d7d81f5f791ffe104df4f40aa3 (diff)
MAINT-4537, MAINT-4687 WIP
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llcharacter/lljoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcharacter/lljoint.cpp b/indra/llcharacter/lljoint.cpp
index 6615a430ab..6f22a7c6b7 100755
--- a/indra/llcharacter/lljoint.cpp
+++ b/indra/llcharacter/lljoint.cpp
@@ -381,6 +381,7 @@ void LLJoint::clearAttachmentPosOverrides()
{
m_attachmentOverrides.clear();
setPosition(m_posBeforeOverrides);
+ setId( LLUUID::null );
}
}