diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-09 18:11:48 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-09 18:11:48 +0200 |
commit | 5cbbfba46f11be76d1d5eb088f5448992d5e3bed (patch) | |
tree | 8e9274669856d0ecb81f08242fb2cd0deb2eb3e3 /indra/newview | |
parent | 4885ea4fba4c998960d0817e94e69cddd7cd189a (diff) |
SL-19367 FIXED Failing to detach temporary mesh attachment
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelwearing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelwearing.cpp b/indra/newview/llpanelwearing.cpp index 3347c40687..bc9f0cef83 100644 --- a/indra/newview/llpanelwearing.cpp +++ b/indra/newview/llpanelwearing.cpp @@ -566,7 +566,7 @@ void LLPanelWearing::onRemoveAttachment() { LLSelectMgr::getInstance()->deselectAll(); LLSelectMgr::getInstance()->selectObjectAndFamily(mAttachmentsMap[item->getUUID()]); - LLSelectMgr::getInstance()->sendDropAttachment(); + LLSelectMgr::getInstance()->sendDetach(); } } |