diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-25 15:07:26 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-25 15:07:26 -0500 |
commit | 7b410df303d37a800ddd0024932729a574a00860 (patch) | |
tree | 09a7d7968d560f79324e20ca325b820cc37a67ea /indra/newview/llvovolume.cpp | |
parent | c964633a3594c0f2dca8385958a51c471a7ea0db (diff) |
SL-124 WIP - cleanup of comments and test code before going to project viewer.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-x | indra/newview/llvovolume.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 9b2e9db59a..af87bb904d 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4176,7 +4176,6 @@ void LLRiggedVolume::update(const LLMeshSkinInfo* skin, LLVOAvatar* avatar, cons } //build matrix palette - // BENTO JOINT COUNT LIMIT static const size_t kMaxJoints = LL_MAX_JOINTS_PER_MESH_OBJECT; LLMatrix4a mat[kMaxJoints]; |