summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-19 16:23:01 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-08-19 16:23:01 -0400
commit217fb294340b63ce8b3ffa1503649396043c1881 (patch)
tree6e04d763c3acc3ea07b183f733d2802cd4502950 /indra/llcharacter
parent3d7ae2b2f289ea0cbb8f430d1674782dc18af403 (diff)
SL-135 WIP - added additional lad/skel configs
Diffstat (limited to 'indra/llcharacter')
-rwxr-xr-xindra/llcharacter/lljoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/lljoint.h b/indra/llcharacter/lljoint.h
index 523cb0b5e6..28109f682a 100755
--- a/indra/llcharacter/lljoint.h
+++ b/indra/llcharacter/lljoint.h
@@ -40,7 +40,7 @@
#include "xform.h"
const S32 LL_CHARACTER_MAX_JOINTS_PER_MESH = 15;
-const U32 LL_CHARACTER_MAX_JOINTS = 48; // must be divisible by 4!
+const U32 LL_CHARACTER_MAX_JOINTS = 152; // must be divisible by 4!
// FIXME BENTO - these should be higher than the joint_num of any
// other joint, to avoid conflicts in updateMotionsByType()
const U32 LL_HAND_JOINT_NUM = (LL_CHARACTER_MAX_JOINTS-1);