diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-03-10 15:07:45 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-03-10 15:07:45 -0600 |
| commit | cdc04d20412c58d0f60a001ecaecb18f3cac5e62 (patch) | |
| tree | f138528d3d99a1af8e657ebc11ff4e1d915ed6c7 /indra/newview/llviewertexture.cpp | |
| parent | bd4b03de8b73ecb888f8e3111bada7c643f7fcfd (diff) | |
SL-19352 Bump sky dome detail across the board.
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
| -rw-r--r-- | indra/newview/llviewertexture.cpp | 1 |
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); |
