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/app_settings | |
parent | b51f81e7fedb8e5a94ccc4a911a7b0f75b9290ae (diff) |
MAINT-2980 Back out most changes related to upping the 512MB texture cap to unblock RC.
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 3c39c021ca..12db188620 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -11873,7 +11873,7 @@ <key>TextureMemory</key> <map> <key>Comment</key> - <string>Amount of memory to use for textures in MB (0 = autodetect). Defaults to 1/3 of video memory to allow room for render targets, vertex buffers, 3D accelerated desktops, and over allocation.</string> + <string>Amount of memory to use for textures in MB (0 = autodetect)</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |