summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2015-10-26 12:59:05 -0700
committerGlenn Glazer <coyot@lindenlab.com>2015-10-26 12:59:05 -0700
commit40cc8e863ef6bb8b6c8e12a603cb9dd7db5169dd (patch)
treec2543f91466e906eb715574d501a834a65f64703 /indra/llcharacter
parentc828378235f3b67e6b8fe1398a471c9ae5ea7680 (diff)
parent3b702b6616854d19c9432e568197dc60fc772d9c (diff)
SL-113: merge up to bento trunk
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 de61d56101..113742ad74 100755
--- a/indra/llcharacter/lljoint.h
+++ b/indra/llcharacter/lljoint.h
@@ -42,7 +42,7 @@
const S32 LL_CHARACTER_MAX_JOINTS_PER_MESH = 15;
// BENTO JOINT COUNT LIMIT
const U32 LL_CHARACTER_MAX_JOINTS = 152; // must be divisible by 4!
-const U32 LL_MAX_JOINTS_PER_MESH_OBJECT = 152;
+const U32 LL_MAX_JOINTS_PER_MESH_OBJECT = 132;
// FIXME BENTO - these should be higher than the joint_num of any
// other joint, to avoid conflicts in updateMotionsByType()