Skip to content
Snippets Groups Projects
Commit 3dd074d5 authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-11338 Better logging for missing texture reference

parent 618446f8
No related branches found
No related tags found
No related merge requests found
......@@ -3680,9 +3680,9 @@ void LLViewerMediaTexture::removeFace(U32 ch, LLFace* facep)
}
}
if(te && te->getID().notNull()) //should have a texture
if(te && te->getID().notNull()) //should have a texture but none found
{
LL_ERRS() << "mTextureList texture reference number is corrupted." << LL_ENDL;
LL_ERRS() << "mTextureList texture reference number is corrupted. Texture id: " << te->getID() << " List size: " << (U32)mTextureList.size() << LL_ENDL;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment