summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldir.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-08-27 15:59:41 -0500
committerRunitaiLinden <davep@lindenlab.com>2024-08-27 15:59:41 -0500
commitfeecf0957302b3bd7f6eb3e0908f95a39dd51f43 (patch)
tree9aefe3a1cc605b391a538fcf22c1b461a0de0e25 /indra/llfilesystem/lldir.cpp
parent5c16ae13758bdfe8fe1f13d5f67eabbb6eaa30a1 (diff)
#2431 Fix for redundant searching for pixeismall.j2c causing frame stalls
Diffstat (limited to 'indra/llfilesystem/lldir.cpp')
-rw-r--r--indra/llfilesystem/lldir.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llfilesystem/lldir.cpp b/indra/llfilesystem/lldir.cpp
index a18dc0a4f1..99d4850610 100644
--- a/indra/llfilesystem/lldir.cpp
+++ b/indra/llfilesystem/lldir.cpp
@@ -721,6 +721,8 @@ std::vector<std::string> LLDir::findSkinnedFilenames(const std::string& subdir,
const std::string& filename,
ESkinConstraint constraint) const
{
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_UI;
+
// Recognize subdirs that have no localization.
static const std::set<std::string> sUnlocalized = list_of
("") // top-level directory not localized