diff options
author | Dave Parks <davep@lindenlab.com> | 2014-07-07 10:28:54 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2014-07-07 10:28:54 -0500 |
commit | 770a0a2dea0bd503f88b35d3d440208bcd303e54 (patch) | |
tree | 6279751315704d4fdea5a821b2582d9bcb22968d /indra/newview/llviewertexture.cpp | |
parent | b51f81e7fedb8e5a94ccc4a911a7b0f75b9290ae (diff) |
MAINT-2980 Back out most changes related to upping the 512MB texture cap to unblock RC.
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 e16caf167d..ba89aafc84 100755 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -64,7 +64,7 @@ // extern const S32Megabytes gMinVideoRam(32); -const S32Megabytes gMaxVideoRam(4096); +const S32Megabytes gMaxVideoRam(512); // statics |