summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index f677a38f34..ac36c51dd5 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -3092,7 +3092,6 @@ void LLViewerLODTexture::processTextureStats()
}
if (mBoostLevel < LLGLTexture::BOOST_SCULPTED)
{
- //discard_level += sDesiredDiscardBias; // gradually increases to a maximum of 5 as vram runs low
discard_level *= sDesiredDiscardScale; // scale (default 1.1f)
}
discard_level = floorf(discard_level);