diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-26 20:38:51 +0200 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-26 20:38:51 +0200 |
commit | 8804c019a817812828aa8b4602fd7af11c276478 (patch) | |
tree | b738253a98bd503df5ded0256fe8100ea7f3898c /indra/newview/lltextureview.cpp | |
parent | 244566cc3fcde45e555011c520ed7107b591663d (diff) |
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 |