diff options
| author | Glenn Glazer <coyot@lindenlab.com> | 2015-10-06 12:51:36 -0700 |
|---|---|---|
| committer | Glenn Glazer <coyot@lindenlab.com> | 2015-10-06 12:51:36 -0700 |
| commit | 389a0a8e39a04c413664802bb4471fe588790033 (patch) | |
| tree | 595a5f51dd24d95c613cf3ac07ecf626f9ffc752 /indra/llcharacter | |
| parent | 3cc99a66e47f04e431f1431127c83e72edcea4ef (diff) | |
SL-225: test with joints per mesh set to 112
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 f9b2bc419e..b058f105d3 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 = 92; +const U32 LL_MAX_JOINTS_PER_MESH_OBJECT = 112; // FIXME BENTO - these should be higher than the joint_num of any // other joint, to avoid conflicts in updateMotionsByType() |
