diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2015-10-05 14:25:42 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2015-10-05 14:25:42 -0700 |
commit | 4af363cb1eb5eb28a967d8839871aeb13e069ad5 (patch) | |
tree | 1bb9802e1d88adc4c3818853c750dac3367795e4 /indra/llcharacter | |
parent | d3928405e3498fabd9215da96fcd0d72e71e83e1 (diff) |
SL-225: test with joints per mesh set to 72
--HG--
branch : develop
Diffstat (limited to 'indra/llcharacter')
-rwxr-xr-x | indra/llcharacter/lljoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/lljoint.h b/indra/llcharacter/lljoint.h index b3bf588d79..1d7f4faacd 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 = 72; // FIXME BENTO - these should be higher than the joint_num of any // other joint, to avoid conflicts in updateMotionsByType() |