diff options
| -rw-r--r-- | indra/newview/llviewertexture.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index c10e28d688..03c586b270 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -2917,7 +2917,7 @@ void LLViewerLODTexture::processTextureStats()          mDesiredDiscardLevel = 0;      }      // Generate the request priority and render priority -    else if (mDontDiscard || !mUseMipMaps) +    else if (mDontDiscard || !mUseMipMaps || (getFTType() == FTT_MAP_TILE))      {          mDesiredDiscardLevel = 0;          if (mFullWidth > MAX_IMAGE_SIZE_DEFAULT || mFullHeight > MAX_IMAGE_SIZE_DEFAULT) | 
