diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-18 13:21:15 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-18 13:21:15 -0500 |
commit | 3d66c31156cdde6240f5f27e18275060205f8ce9 (patch) | |
tree | bd2af0d811a8d86e830539f7ee61f218c829452f /indra/llappearance | |
parent | 94d7d6a623d755424c2bd8c2526bff0d46101915 (diff) |
SL-271 WIP, SL-201 WIP - leaf joint attrib is now end. Show bones option now includes occluded portions.
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x | indra/llappearance/llavatarappearance.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index 142120cb6c..de541add97 100755 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -1574,8 +1574,7 @@ BOOL LLAvatarBoneInfo::parseXml(LLXmlTreeNode* node) return FALSE; } - // BENTO rename leaf->end - static LLStdStringHandle end_string = LLXmlTree::addAttributeString("leaf"); + static LLStdStringHandle end_string = LLXmlTree::addAttributeString("end"); if (!node->getFastAttributeVector3(end_string, mEnd)) { LL_WARNS() << "Bone without end " << mName << LL_ENDL; |