diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-25 15:07:26 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-25 15:07:26 -0500 |
commit | 7b410df303d37a800ddd0024932729a574a00860 (patch) | |
tree | 09a7d7968d560f79324e20ca325b820cc37a67ea /indra/llprimitive/llmodel.cpp | |
parent | c964633a3594c0f2dca8385958a51c471a7ea0db (diff) |
SL-124 WIP - cleanup of comments and test code before going to project viewer.
Diffstat (limited to 'indra/llprimitive/llmodel.cpp')
-rwxr-xr-x | indra/llprimitive/llmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.cpp b/indra/llprimitive/llmodel.cpp index 72b5ca77dd..adf392fa21 100755 --- a/indra/llprimitive/llmodel.cpp +++ b/indra/llprimitive/llmodel.cpp @@ -867,7 +867,7 @@ LLSD LLModel::writeModel( S32 count = 0; for (weight_list::iterator iter = weights.begin(); iter != weights.end(); ++iter) { - // BENTO JOINT COUNT LIMIT 255? + // Note joint index cannot exceed 255. if (iter->mJointIdx < 255 && iter->mJointIdx >= 0) { U8 idx = (U8) iter->mJointIdx; |