summaryrefslogtreecommitdiff
path: root/indra/newview/llskinningutil.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-03-22 23:45:25 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2021-03-23 20:54:54 +0200
commitb0de02aa02b6926805a71f1c1044b65bf894bcc5 (patch)
tree934621a24ed1840823bce9ef117593079fa5bebc /indra/newview/llskinningutil.h
parentbb17e4b78e37daec481dede64ee7fdaf5a05b205 (diff)
SL-14993 Crash accessing mInvBindMatrix
Diffstat (limited to 'indra/newview/llskinningutil.h')
-rw-r--r--indra/newview/llskinningutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llskinningutil.h b/indra/newview/llskinningutil.h
index 549aa6a29f..efe7c85997 100644
--- a/indra/newview/llskinningutil.h
+++ b/indra/newview/llskinningutil.h
@@ -67,7 +67,6 @@ namespace LLSkinningUtil
void initJointNums(LLMeshSkinInfo* skin, LLVOAvatar *avatar);
void updateRiggingInfo(const LLMeshSkinInfo* skin, LLVOAvatar *avatar, LLVolumeFace& vol_face);
- void updateRiggingInfo_(LLMeshSkinInfo* skin, LLVOAvatar *avatar, S32 num_verts, LLVector4a* weights, LLVector4a* positions, U8* joint_indices, LLJointRiggingInfoTab &rig_info_tab);
LLQuaternion getUnscaledQuaternion(const LLMatrix4& mat4);
};