Fix instance existance check

master
andreykproductengine 2019-11-12 16:07:36 +02:00
parent ac0bbba7a5
commit db344c5844
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}