summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-04-22 11:34:02 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-04-22 11:34:02 -0600
commit38dbdeccfb999f21b12bbc9990bb5e4f31d8b325 (patch)
treed3653f285904760e9468a0a5163e2ec72e743e49 /indra/newview/llviewertexture.cpp
parent48180abff542c70ffc8d63c0e0654d8000f6ddc6 (diff)
parent21dc4949feb0b0436471c409ddca809208a12852 (diff)
Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index a5adb11c53..c883087cf2 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -1564,10 +1564,6 @@ F32 LLViewerFetchedTexture::calcDecodePriority()
// larger mips are corrupted
priority = -3.0f;
}
- else if (cur_discard <= mDesiredDiscardLevel)
- {
- priority = -4.0f;
- }
else
{
// priority range = 100,000 - 500,000