diff options
author | Dave Parks <davep@lindenlab.com> | 2011-06-01 23:55:06 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-06-01 23:55:06 -0500 |
commit | c8ea9476ada163c62319d7949a5fd57aaa7fb09f (patch) | |
tree | 64f7b7468cddd3bcacb14403fe57380f2b81b510 /indra/newview/llvoavatar.cpp | |
parent | 6992dbc1e32e1d8b803291aa1b87862fd6640c2a (diff) | |
parent | d78ecc6c283cfee568a08d739bc6f5eec3b9828f (diff) |
merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index dc355362ce..77bbf994e9 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6004,7 +6004,7 @@ void LLVOAvatar::cleanupAttachedMesh( LLViewerObject* pVO ) LLVOVolume* pVObj = pVO->mDrawable->getVOVolume(); if ( pVObj ) { - const LLMeshSkinInfo* pSkinData = gMeshRepo.getSkinInfo( pVObj->getVolume()->getParams().getSculptID() ); + const LLMeshSkinInfo* pSkinData = gMeshRepo.getSkinInfo( pVObj->getVolume()->getParams().getSculptID(), pVObj ); if ( pSkinData ) { const int jointCnt = pSkinData->mJointNames.size(); |