diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-11 19:34:04 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-11 20:46:28 +0200 |
commit | 005b29b89f7a3cbe54d37b53c0061ee36c80d871 (patch) | |
tree | fcd293aeec127abfe43399605d91d44848c586ec /indra/newview/llvoavatar.h | |
parent | 020bfa66ba9f1fee3e403595a1d6c95332bb16f7 (diff) |
SL-18933 FIXED Maximum render time cycles if the Desired framerate is much lower than current framerate
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index bdc3d98e21..e07ead9d46 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -410,6 +410,8 @@ private: bool mTooSlow{false}; bool mTooSlowWithoutShadows{false}; + bool mTuned{false}; + private: LLViewerStats::PhaseMap mPhases; |