diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-03-19 21:02:46 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-03-19 21:02:46 +0200 |
commit | 464c2b393e5aa940cbba079c976a65961de08bf9 (patch) | |
tree | 49b4302d5367c61065711b38bca470c92cf4a427 /indra | |
parent | 7298a049a7e45f3cf2e78fa0aabc4c52ad6b2187 (diff) |
SL-19424 Set default auto FPS to 15
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 615f72f7b6..97bd60277a 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16753,7 +16753,7 @@ <key>Type</key> <string>U32</string> <key>Value</key> - <integer>30</integer> + <integer>15</integer> </map> <key>AutoTuneFPS</key> <map> |