diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-06-11 19:10:43 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-06-11 19:10:43 +0300 |
commit | 10a770047d90045e882a65e5347da3530b189c42 (patch) | |
tree | 59678b29420b818ef79d8ecece0a44185f129cdf /indra/newview/llavatarrendernotifier.cpp | |
parent | 0ea94d2948ba8237fd39fa0df219e07ee44c9ff1 (diff) |
SL-15297 WIP Implement performance floater
Diffstat (limited to 'indra/newview/llavatarrendernotifier.cpp')
-rw-r--r-- | indra/newview/llavatarrendernotifier.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp index 94584a623b..4fd57c7341 100644 --- a/indra/newview/llavatarrendernotifier.cpp +++ b/indra/newview/llavatarrendernotifier.cpp @@ -298,6 +298,8 @@ void LLHUDRenderNotifier::updateNotificationHUD(hud_complexity_list_t complexity return; } + mHUDComplexityList = complexity; + // TODO: // Find a way to show message with list of issues, but without making it too large // and intrusive. |