diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-19 15:55:44 +0200 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-19 15:55:44 +0200 |
| commit | 6cbe17305c08646d571c90d7df6fc174db6f9aeb (patch) | |
| tree | a4de1ee0bc74778b4bffaa8a29b51e0499752108 /indra/newview/llstartup.cpp | |
| parent | cf2e153b7add9faefb3066051dbd971ab8f8dddb (diff) | |
SL-18991 FIXED Autotune starts too early after login-in
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index eaa1a0574b..83ab8ee7e8 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2351,6 +2351,8 @@ bool idle_startup() LLUIUsage::instance().clear(); + LLPerfStats::StatsRecorder::setAutotuneInit(); + return TRUE; } |
