diff options
author | Bradley Payne <vir@lindenlab.com> | 2009-10-12 18:40:11 +0000 |
---|---|---|
committer | Bradley Payne <vir@lindenlab.com> | 2009-10-12 18:40:11 +0000 |
commit | 3bd6c1919cc3a142a112278a6dc83bd8292bcb5a (patch) | |
tree | 6ea3178f5aa587d6d2e445b6cf17f25a6127833b /indra/newview/llvoavatarself.cpp | |
parent | 45a375c3feb3027d7a329ac1beb97fa30759dcfe (diff) |
Merging avatar-pipeline/currently-worn-folder-10 down to viewer-2.
svn merge -r 134766:135946 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-10 .
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 20b8750fbf..76a4bfbf0c 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -987,7 +987,9 @@ LLViewerJointAttachment *LLVOAvatarSelf::attachObject(LLViewerObject *viewer_obj LLViewerInventoryItem *item = gInventory.getItem(attachment->getItemID()); if (item) { + LLAppearanceManager::dumpCat(LLAppearanceManager::getCOF(),"Adding attachment link:"); LLAppearanceManager::wearItem(item,false); // Add COF link for item. + } gInventory.addChangedMask(LLInventoryObserver::LABEL, attachment->getItemID()); gInventory.notifyObservers(); |