summaryrefslogtreecommitdiff
path: root/indra/llcharacter/lljoint.h
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2015-10-06 07:20:56 -0700
committerGlenn Glazer <coyot@lindenlab.com>2015-10-06 07:20:56 -0700
commit3cc99a66e47f04e431f1431127c83e72edcea4ef (patch)
tree049717c3964dfbf0319be9a7648f98b90d936bdb /indra/llcharacter/lljoint.h
parent34e48fb2f28d8ca5ea8c42b1474135c1971bdf15 (diff)
SL-225: test with joints per mesh set to 92
Diffstat (limited to 'indra/llcharacter/lljoint.h')
-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 1d7f4faacd..f9b2bc419e 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 = 72;
+const U32 LL_MAX_JOINTS_PER_MESH_OBJECT = 92;
// FIXME BENTO - these should be higher than the joint_num of any
// other joint, to avoid conflicts in updateMotionsByType()