summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-13 02:20:33 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-13 02:20:42 +0300
commit53f2e1710aab77361085fe2c2a41fea87ede0fb8 (patch)
treee22257ceacfe798a29a6c58e106f2c29e0f76322 /indra/newview/llviewerinventory.cpp
parent37530c9d736d90ec29b97e3567346a02e2826f97 (diff)
SL-19533 Faster declouding
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r--indra/newview/llviewerinventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index cd51a00c52..01ad4f0f09 100644
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -579,6 +579,7 @@ LLViewerInventoryCategory::LLViewerInventoryCategory(const LLUUID& owner_id) :
LLViewerInventoryCategory::LLViewerInventoryCategory(const LLViewerInventoryCategory* other)
{
copyViewerCategory(other);
+ mFetching = FETCH_NONE;
}
LLViewerInventoryCategory::~LLViewerInventoryCategory()