diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-11-03 20:03:55 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-11-03 20:03:55 +0200 |
| commit | 10fcee5be60fe9a5e87e4202e894466476b24b28 (patch) | |
| tree | db16dc55b26f561dcfe71795819e7ccd23c55aa8 /indra/newview/llinventorymodel.cpp | |
| parent | 8c59cfd0bb7b97c203cb8382d87e99c4a9daf62d (diff) | |
SL-18492 Switch inventory script compiler default from LSO to mono
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index cf0219e76e..58925dfce6 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1637,6 +1637,7 @@ void LLInventoryModel::deleteObject(const LLUUID& id, bool fix_broken_links, boo return; } + //collect the links before removing the item from mItemMap LLInventoryModel::item_array_t links = collectLinksTo(id); LL_DEBUGS(LOG_INV) << "Deleting inventory object " << id << LL_ENDL; |
