summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlickx <11088547+lickx@users.noreply.github.com>2026-01-30 10:58:47 +0100
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-01-30 19:26:04 +0200
commit778bf6c1aa7ed608b5d857574944a7fbc19c3638 (patch)
tree5730d05b01688495e886522f88e1d862308eebe0
parent25b5a184c5dc81d49edc53d5cf3f7b37ea5d4974 (diff)
Show dummies correctly in Edit outfit parts
-rw-r--r--indra/newview/llcofwearables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp
index 47803edc73..6bd15d4b61 100644
--- a/indra/newview/llcofwearables.cpp
+++ b/indra/newview/llcofwearables.cpp
@@ -647,7 +647,7 @@ void LLCOFWearables::addClothingTypesDummies(const LLAppearanceMgr::wearables_by
for (U32 type = LLWearableType::WT_SHIRT; type < LLWearableType::WT_COUNT; type++)
{
- if (clothing_by_type[type].empty())
+ if (!clothing_by_type[type].empty())
continue;
LLWearableType::EType w_type = static_cast<LLWearableType::EType>(type);