diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-06-29 22:42:06 +0100 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-06-29 22:42:06 +0100 | 
| commit | 7851e49878ce956726a798b3618cd283576cbe2f (patch) | |
| tree | d8b7a520bcd42a5dbcba102ca1fc092020e9c813 | |
| parent | 9a00d545d480fef996f0c32fc49e5c37b1954b4a (diff) | |
MAINT-8260 make TextureLoadFullRes not persistent to avoid issues with accidentally setting it on systems which cannot handle the mem load it implies
| -rw-r--r-- | 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 a01435626f..8e8cce5787 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12280,7 +12280,7 @@        <key>Comment</key>        <string>If TRUE, always load textures at full resolution (discard = 0)</string>        <key>Persist</key> -      <integer>1</integer> +      <integer>0</integer>        <key>Type</key>        <string>Boolean</string>        <key>Value</key> | 
