summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-09-02 15:42:22 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-09-02 15:42:22 -0400
commit5cacd71c07cd4202784ebf2f826239b4529787ba (patch)
treea00447ce694a88899e841ef8a9c0876ffde4e278 /indra/newview/llvovolume.cpp
parentdbc5b757c5059a0efa3b5e23c060b8b48a1761f6 (diff)
SL-205 WIP - bumped up max joint count in software-skinning pass.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-xindra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index f70280d8c1..25e61c259f 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -4164,7 +4164,7 @@ void LLRiggedVolume::update(const LLMeshSkinInfo* skin, LLVOAvatar* avatar, cons
//build matrix palette
// BENTO JOINT COUNT LIMIT
- static const size_t kMaxJoints = 64;
+ static const size_t kMaxJoints = 152;
LLMatrix4a mp[kMaxJoints];
LLMatrix4* mat = (LLMatrix4*) mp;