diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-24 18:03:09 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-24 18:03:09 +0200 |
commit | 9fa64f1e2087a8e45adad7298d2dd3661bd80e25 (patch) | |
tree | b0f538d11083b6b1c473979f89504528a4c33914 /indra/newview/llinventoryobserver.cpp | |
parent | 9697ac1bece30bda6410a8dc33450b85a3358745 (diff) |
SL-18003 Fix items not being marked as complete when fetched via ais
Diffstat (limited to 'indra/newview/llinventoryobserver.cpp')
-rw-r--r-- | indra/newview/llinventoryobserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryobserver.cpp b/indra/newview/llinventoryobserver.cpp index 809fbe4100..25f1854765 100644 --- a/indra/newview/llinventoryobserver.cpp +++ b/indra/newview/llinventoryobserver.cpp @@ -310,7 +310,7 @@ void LLInventoryFetchItemsObserver::startFetch() } // Todo: remove item from mIncomplete on callback // but keep in mind that observer can expire before - // callback + // callback or use LLInventoryModelBackgroundFetch } else { |