summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-23 20:30:09 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-10-26 18:47:12 +0200
commit99d2ae5e021310ca09af4f0377c5609d007ee52e (patch)
treeb3ed74b9af207a79ed7b12bd47916873590f491c /indra/llappearance/lltexlayer.cpp
parent61e27e0f6c333af6f83705492b7c0d176912f986 (diff)
SL-14190 sAvatarDictionary was not used
Diffstat (limited to 'indra/llappearance/lltexlayer.cpp')
-rw-r--r--indra/llappearance/lltexlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp
index c90b11ae71..248214e7bc 100644
--- a/indra/llappearance/lltexlayer.cpp
+++ b/indra/llappearance/lltexlayer.cpp
@@ -979,7 +979,7 @@ LLWearableType::EType LLTexLayerInterface::getWearableType() const
return type;
}
- return LLAvatarAppearanceDictionary::getTEWearableType(te);
+ return LLAvatarAppearanceDictionary::getInstance()->getTEWearableType(te);
}
LLTexLayerInterface::ERenderPass LLTexLayerInterface::getRenderPass() const