diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 21:16:31 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 21:16:31 +0100 |
commit | f8b9af0216f98a37b4474219b68cad42eaafeb73 (patch) | |
tree | 67ddc2910460b78f9275f97d7ef731e275cfcd8f /indra/newview/llvovolume.cpp | |
parent | 1c62165a2b920c5381e846a5b6d600644d3fb648 (diff) |
SL-915 - cleanup of LLSkinningUtil
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 997af104c7..3f44205109 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3581,7 +3581,7 @@ void LLVOVolume::updateRiggingInfo() for (S32 f = 0; f < volume->getNumVolumeFaces(); ++f) { LLVolumeFace& vol_face = volume->getVolumeFace(f); - LLSkinningUtil::updateRiggedExtents(skin, avatar, vol_face); + LLSkinningUtil::updateRiggingInfo(skin, avatar, vol_face); if (vol_face.mJointRiggingInfoTabPtr) { mergeRigInfoTab(mJointRiggingInfoTab, *vol_face.mJointRiggingInfoTabPtr); |