diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-02-27 23:56:37 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-02-28 00:02:28 +0200 |
commit | c582f67987a1e8fe9a00e733a8668defbf4dba55 (patch) | |
tree | 0ef7db213d5d0143f2bc86ac8d67f179b3b290c0 /indra | |
parent | 53ebcc0ff3ee49f7e4b1a5faa71aaf32dafe23e5 (diff) |
SL-19280 disable autofps for new users by default
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 82372e4732..bcb57d2237 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2258,12 +2258,6 @@ bool idle_startup() if (STATE_CLEANUP == LLStartUp::getStartupState()) { - if (gAgent.isFirstLogin()) - { - gSavedSettings.setBOOL("AutoTuneLock", TRUE); - gSavedSettings.setBOOL("KeepAutoTuneLock", TRUE); - gSavedSettings.setBOOL("AutoTuneFPS", TRUE); - } set_startup_status(1.0, "", ""); display_startup(); |