summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-10-19 16:32:49 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-10-19 16:32:49 -0400
commit6c6a95478ecd657c271354d93a6f98c90093bac5 (patch)
tree3272eb91816b849d65c9d72293ee0a4769827306 /indra/newview/llvovolume.cpp
parent58992e2cb4ae2787b85cff63c3ed680cd99fa8ce (diff)
SL-234 WIP - remap skin weights to match included-joint logic
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-xindra/newview/llvovolume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index c09786b7c7..5d8558cb46 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -4192,6 +4192,7 @@ void LLRiggedVolume::update(const LLMeshSkinInfo* skin, LLVOAvatar* avatar, cons
if ( weight )
{
+ LLDrawPoolAvatar::checkSkinWeights(weight, dst_face.mNumVertices, skin);
LLMatrix4a bind_shape_matrix;
bind_shape_matrix.loadu(skin->mBindShapeMatrix);