SL-16282 FIXED Friend thumbnails are flickering

master
Mnikolenko Productengine 2021-12-06 19:20:49 +02:00
parent 5e5be92d79
commit c614674ee6
1 changed files with 0 additions and 6 deletions

View File

@ -556,12 +556,6 @@ bool LLImageGL::setSize(S32 width, S32 height, S32 ncomponents, S32 discard_leve
return false;
}
if (mTexName)
{
// LL_WARNS() << "Setting Size of LLImageGL with existing mTexName = " << mTexName << LL_ENDL;
destroyGLTexture();
}
// pickmask validity depends on old image size, delete it
freePickMask();