diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-04 16:41:37 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-04 16:41:37 -0500 |
commit | 3cf938bcec9a4925a4f7d8becb9b89ff559eb2e3 (patch) | |
tree | 7bc43fab2a959220b527738ab274538fdc63fdb4 /indra/newview/llskinningutil.cpp | |
parent | 1a7b2d3d388d12a16fab5e585f06ab0574136f3d (diff) |
SL-124 WIP - BENTO comments and related cleanup
Diffstat (limited to 'indra/newview/llskinningutil.cpp')
-rw-r--r-- | indra/newview/llskinningutil.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llskinningutil.cpp b/indra/newview/llskinningutil.cpp index 4f974d5912..c32345cbe9 100644 --- a/indra/newview/llskinningutil.cpp +++ b/indra/newview/llskinningutil.cpp @@ -85,9 +85,7 @@ U32 get_proxy_joint_index(U32 joint_index, LLVOAvatar *avatar, std::vector<std:: U32 j_proxy = get_valid_joint_index(joint_names[joint_index], avatar, joint_names); LLJoint *joint = avatar->getJoint(joint_names[j_proxy]); llassert(joint); - // BENTO - test of simple push-to-base-ancestor - // complexity reduction scheme. Find the first - // ancestor that's not flagged as extended, or the + // Find the first ancestor that's not flagged as extended, or the // last ancestor that's rigged in this mesh, whichever // comes first. while (1) |