diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-09 13:29:39 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-09 13:29:39 -0400 |
| commit | 6ac9852d54d1ee4f826a08ca73f08bccf403d8c3 (patch) | |
| tree | 97a2d8e1a52ff68cdc686f8ad88c2f952c4869e5 /indra/newview/llviewermenu.cpp | |
| parent | f1684cdea5e1086b1127993eac9a5a7b4e47321a (diff) | |
MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ground. WIP on better tracking of attachment requests via various message in LLSelectMgr.
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
| -rwxr-xr-x | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index a23d02a00a..0575da2901 100755 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -6620,7 +6620,7 @@ class LLAttachmentDetachFromPoint : public view_listener_t LLViewerObject *attached_object = (*iter); ids_to_remove.push_back(attached_object->getAttachmentItemID()); } - } + } if (!ids_to_remove.empty()) { LLAppearanceMgr::instance().removeItemsFromAvatar(ids_to_remove); |
