diff options
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); |