diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-06-26 12:21:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 12:21:33 -0700 |
commit | e95df8a28436f6893dfe2f9e46e11fb18a0e1598 (patch) | |
tree | b738253a98bd503df5ded0256fe8100ea7f3898c /indra/newview/lltextureview.cpp | |
parent | 244566cc3fcde45e555011c520ed7107b591663d (diff) | |
parent | 8804c019a817812828aa8b4602fd7af11c276478 (diff) |
Merge pull request #1849 from Ansariel/develop
Increase texture discard bias if system memory gets low
Diffstat (limited to 'indra/newview/lltextureview.cpp')
-rw-r--r-- | indra/newview/lltextureview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltextureview.cpp b/indra/newview/lltextureview.cpp index f521293b96..b51bcc5601 100644 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -59,8 +59,6 @@ #include "llvoavatarself.h" #include "lltexlayer.h" -extern F32 texmem_lower_bound_scale; - LLTextureView *gTextureView = NULL; #define HIGH_PRIORITY 100000000.f |