diff options
| author | Runitai Linden <davep@lindenlab.com> | 2021-12-15 13:43:58 -0600 |
|---|---|---|
| committer | Runitai Linden <davep@lindenlab.com> | 2021-12-15 13:43:58 -0600 |
| commit | 8bf5597db2f10c4a423af5df333ff0f1c7fd9c99 (patch) | |
| tree | 6157de427adaacac7f68e1ec86aa2578e184f4f5 /indra/newview/llvoavatar.cpp | |
| parent | e3d86e4599ee5944eaa2cfe0147d1a117495b2de (diff) | |
SL-16487 Fix for rigged attachment bounding boxes being too tight.
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 8e4e008738..db274aa5ad 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -9426,7 +9426,7 @@ LLViewerTexture* LLVOAvatar::getBakedTexture(const U8 te) } -const LLVOAvatar::MatrixPaletteCache& LLVOAvatar::updateSkinInfoMatrixPalette(const LLMeshSkinInfo* skin, LLVOVolume* requesting_obj) +const LLVOAvatar::MatrixPaletteCache& LLVOAvatar::updateSkinInfoMatrixPalette(const LLMeshSkinInfo* skin) { U64 hash = skin->mHash; MatrixPaletteCache& entry = mMatrixPaletteCache[hash]; |
