diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-08-21 14:18:35 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-08-21 14:18:35 -0400 |
commit | 79bb641310775c56cb742c5ea938d5681117585c (patch) | |
tree | b1c4c9ff820e4fe17f61ccbe80ef1503039d72e3 /indra/newview/llvoavatar.cpp | |
parent | ba95b8badea1fe97546a050d9fa2ccffe3983a1e (diff) |
MAINT-4158 WIP - fix for bug caused by multiple wearables with the same asset id
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index c32a44b779..53da1dbfb8 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5625,7 +5625,7 @@ const LLViewerJointAttachment *LLVOAvatar::attachObject(LLViewerObject *viewer_o } //----------------------------------------------------------------------------- -// attachObject() +// getNumAttachments() //----------------------------------------------------------------------------- U32 LLVOAvatar::getNumAttachments() const { |