From cdc04d20412c58d0f60a001ecaecb18f3cac5e62 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Fri, 10 Mar 2023 15:07:45 -0600 Subject: SL-19352 Bump sky dome detail across the board. --- indra/newview/llviewertexture.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llviewertexture.cpp') 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); -- cgit v1.2.3