summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-02-11 05:09:51 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-02-11 15:04:01 +0200
commite83f6a291c32d9f3b88660e7770216c83e4f85ff (patch)
tree7b0e0b7f2bdcf9c4fa2c684405df49d1f957ba2d /indra/newview
parent6be26a000007af922788ccfd94ec0c6835b1d28e (diff)
#5405 Stalls on LLFileSystem::getExists
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerwearable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwearable.cpp b/indra/newview/llviewerwearable.cpp
index 583fb25330..50af9756a3 100644
--- a/indra/newview/llviewerwearable.cpp
+++ b/indra/newview/llviewerwearable.cpp
@@ -96,6 +96,7 @@ LLViewerWearable::~LLViewerWearable()
// virtual
LLWearable::EImportResult LLViewerWearable::importStream( std::istream& input_stream, LLAvatarAppearance* avatarp )
{
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_AVATAR;
// suppress texlayerset updates while wearables are being imported. Layersets will be updated
// when the wearables are "worn", not loaded. Note state will be restored when this object is destroyed.
LLOverrideBakedTextureUpdate stop_bakes(false);