Skip to content

Commit dab8d3b

Browse files
maxim-productengineakleshchev
authored andcommitted
#3093 World Map tiles are blurry
1 parent 5b55c8d commit dab8d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llviewertexture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ void LLViewerLODTexture::processTextureStats()
29172917
mDesiredDiscardLevel = 0;
29182918
}
29192919
// Generate the request priority and render priority
2920-
else if (mDontDiscard || !mUseMipMaps)
2920+
else if (mDontDiscard || !mUseMipMaps || (getFTType() == FTT_MAP_TILE))
29212921
{
29222922
mDesiredDiscardLevel = 0;
29232923
if (mFullWidth > MAX_IMAGE_SIZE_DEFAULT || mFullHeight > MAX_IMAGE_SIZE_DEFAULT)

0 commit comments

Comments
 (0)