summaryrefslogtreecommitdiff
path: root/indra/llcharacter/lljoint.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-11-04 16:41:37 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-11-04 16:41:37 -0500
commit3cf938bcec9a4925a4f7d8becb9b89ff559eb2e3 (patch)
tree7bc43fab2a959220b527738ab274538fdc63fdb4 /indra/llcharacter/lljoint.h
parent1a7b2d3d388d12a16fab5e585f06ab0574136f3d (diff)
SL-124 WIP - BENTO comments and related cleanup
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 2a8ebed408..8d380cdc82 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;
-// BENTO JOINT COUNT LIMIT
+// BENTO JOINT COUNT LIMIT - need to set this to final skeleton size + 2
const U32 LL_CHARACTER_MAX_JOINTS = 152; // must be divisible by 4!
const U32 LL_MAX_JOINTS_PER_MESH_OBJECT = 110;