diff options
author | Oz Linden <oz@lindenlab.com> | 2017-07-18 16:22:53 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-07-18 16:22:53 -0400 |
commit | b83087fae01bed8b815938826db81ebaadbc4e33 (patch) | |
tree | b38fcbfebe443e3c1f4dc3a7b4c033128c261c2d /indra | |
parent | 89512d1a27652dad5dc93004958493db5529281c (diff) |
do not persist SkipBenchmark so that changing gpu gets a new eval
Diffstat (limited to 'indra')
-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 39ff2b82da..203044ffec 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16138,7 +16138,7 @@ <string>if true, disables running the GPU benchmark at startup (default to class 1)</string> <key>Persist</key> - <integer>1</integer> + <integer>0</integer> <key>Type</key> <string>Boolean</string> <key>Value</key> |