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 7be9c43 commit 8d52d06Copy full SHA for 8d52d06
indra/newview/llviewertexturelist.cpp
@@ -1061,7 +1061,7 @@ F32 LLViewerTextureList::updateImagesCreateTextures(F32 max_time)
1061
imagep->mCreatePending = false;
1062
mCreateTextureList.pop();
1063
1064
- if (imagep->getDiscardLevel() < imagep->getDesiredDiscardLevel())
+ if (imagep->hasGLTexture() && imagep->getDiscardLevel() < imagep->getDesiredDiscardLevel())
1065
{
1066
LL_WARNS_ONCE("Texture") << "Texture will be downscaled immediately after loading." << LL_ENDL;
1067
imagep->scaleDown();
0 commit comments