We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd17d2 commit 5b55c8dCopy full SHA for 5b55c8d
indra/newview/llviewertexturelist.cpp
@@ -1104,7 +1104,7 @@ F32 LLViewerTextureList::updateImagesCreateTextures(F32 max_time)
1104
imagep->mCreatePending = false;
1105
mCreateTextureList.pop();
1106
1107
- if (imagep->getDiscardLevel() < imagep->getDesiredDiscardLevel())
+ if (imagep->hasGLTexture() && imagep->getDiscardLevel() < imagep->getDesiredDiscardLevel())
1108
{
1109
LL_WARNS_ONCE("Texture") << "Texture will be downscaled immediately after loading." << LL_ENDL;
1110
imagep->scaleDown();
0 commit comments