diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-10-20 14:53:55 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-10-20 14:53:55 +0300 |
commit | 6ecf8f2c01dc90c26a8a0ccbd11abc2241debfa9 (patch) | |
tree | 5b9736f6ed395beb521720c61e64dfbcf13de51d /indra/newview/llscreenchannel.cpp | |
parent | d2dce17803a545378407d6b7c62fdcd3007a92bc (diff) |
SL-16184 FIXED Frame stall when friend comes online.
Diffstat (limited to 'indra/newview/llscreenchannel.cpp')
-rw-r--r-- | indra/newview/llscreenchannel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llscreenchannel.cpp b/indra/newview/llscreenchannel.cpp index 681787bcbe..ca48c9d58c 100644 --- a/indra/newview/llscreenchannel.cpp +++ b/indra/newview/llscreenchannel.cpp @@ -259,7 +259,8 @@ void LLScreenChannel::updatePositionAndSize(LLRect new_world_rect) //-------------------------------------------------------------------------- void LLScreenChannel::addToast(const LLToast::Params& p) { - bool store_toast = false, show_toast = false; + LL_PROFILE_ZONE_SCOPED + bool store_toast = false, show_toast = false; if (mDisplayToastsAlways) { |