Skip to content
Snippets Groups Projects
Commit 2e60c555 authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Don't refresh on common transparent textures either

parent 2f346b67
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,8 @@ namespace
void destroy_texture(const LLUUID& id)
{
if (id.isNull() || id == IMG_DEFAULT)
if (id.isNull() || id == IMG_DEFAULT
|| id == IMG_TRANSPARENT|| id == "8dcd4a48-2d37-4909-9f78-f7a9eb4ef903")
return;
LLViewerFetchedTexture* texture = LLViewerTextureManager::getFetchedTexture(id);
if (texture)
......
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