diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-12-15 07:34:45 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-12-15 07:34:45 -0500 |
commit | 84f524e3efbb4e54206b49159306e4f0df1b91ae (patch) | |
tree | fd35f56d1bb874c7fe5bc6b51267e7a15523c96b /indra/newview/llskinningutil.cpp | |
parent | 12d7411a16ea220c5fbc389b68f5f002b2423659 (diff) |
SL-276, SL-124 - code and config file cleanup for Bento
Diffstat (limited to 'indra/newview/llskinningutil.cpp')
-rw-r--r-- | indra/newview/llskinningutil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llskinningutil.cpp b/indra/newview/llskinningutil.cpp index 202c932da5..e740747e09 100644 --- a/indra/newview/llskinningutil.cpp +++ b/indra/newview/llskinningutil.cpp @@ -118,7 +118,6 @@ U32 LLSkinningUtil::getMaxJointCount() U32 result = LL_MAX_JOINTS_PER_MESH_OBJECT; if (!sIncludeEnhancedSkeleton) { - // BENTO replace with LLAvatarAppearance::getBaseJointCount()) or equivalent // BENTO - currently the remap logic does not guarantee joint count <= 52; // if one of the base ancestors is not rigged in a given mesh, an extended // joint can still be included. |