summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-11-27 22:57:13 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-11-27 22:57:13 +0200
commitf89c9e9b20a13acd8f6af76699259cab4c74d5db (patch)
tree522ef3f3f75c7a585a650101fe26dd89c1bb5278 /indra/llrender
parent91fa31c065a582b9ead8a3d2f537c9b3d72474ee (diff)
parent216fe3d47f14709df5f3477b6ae12def214488d6 (diff)
Downstream merge from lindenlab/viewer-serval
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llrender2dutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrender2dutils.cpp b/indra/llrender/llrender2dutils.cpp
index 4eb0203245..801b945806 100644
--- a/indra/llrender/llrender2dutils.cpp
+++ b/indra/llrender/llrender2dutils.cpp
@@ -1650,7 +1650,7 @@ LLPointer<LLUIImage> LLRender2D::getUIImage(const std::string& name, S32 priorit
// static
void LLRender2D::resetProvider()
{
- if (LLRender2D::instanceExists)
+ if (LLRender2D::instanceExists())
{
LLRender2D::getInstance()->mImageProvider = NULL;
}