diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-13 02:20:33 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-13 02:20:42 +0300 |
| commit | 53f2e1710aab77361085fe2c2a41fea87ede0fb8 (patch) | |
| tree | e22257ceacfe798a29a6c58e106f2c29e0f76322 /indra/newview/llviewerinventory.cpp | |
| parent | 37530c9d736d90ec29b97e3567346a02e2826f97 (diff) | |
SL-19533 Faster declouding
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
| -rw-r--r-- | indra/newview/llviewerinventory.cpp | 1 |
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() |
