diff options
author | Dave Parks <davep@lindenlab.com> | 2014-06-23 23:10:23 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2014-06-23 23:10:23 -0500 |
commit | 90ee53f5a1ac47ec5f8eb84bc543376a089e0d55 (patch) | |
tree | ca27c682c2fc6a32998d0b5492ae14221be7648c /indra/newview/llviewertexture.cpp | |
parent | 592024b5805a116c9d0bef893127427df0741b41 (diff) |
MAINT-2980 Up texture memory slider cap to 4096MB. Make "Texture Memory" default to 1/3rd of video memory. Add description on debug setting and tooltip to explain why.
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rwxr-xr-x | indra/newview/llviewertexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index ba89aafc84..e16caf167d 100755 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -64,7 +64,7 @@ // extern const S32Megabytes gMinVideoRam(32); -const S32Megabytes gMaxVideoRam(512); +const S32Megabytes gMaxVideoRam(4096); // statics |