diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-05-11 13:21:00 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-11 13:21:00 -0500 |
commit | b8575bd1bd36a080300f47b004cb4bf054611000 (patch) | |
tree | f4b99041a30ba92895c49ce2e0003693af8d611c /indra/llcommon/llqueuedthread.cpp | |
parent | 8077d33ba05a46ea61914be686816be5b54bae6d (diff) | |
parent | 69d444826d1feb58ae48f893083e22c01a50a93f (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/llcommon/llqueuedthread.cpp')
-rw-r--r-- | indra/llcommon/llqueuedthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llqueuedthread.cpp b/indra/llcommon/llqueuedthread.cpp index 9b1de2e9a5..7da7c1e026 100644 --- a/indra/llcommon/llqueuedthread.cpp +++ b/indra/llcommon/llqueuedthread.cpp @@ -146,7 +146,7 @@ S32 LLQueuedThread::updateQueue(F32 max_time_ms) // schedule a call to threadedUpdate for every call to updateQueue if (!isQuitting()) { - mRequestQueue.postIfOpen([=]() + mRequestQueue.post([=]() { LL_PROFILE_ZONE_NAMED_CATEGORY_THREAD("qt - update"); mIdleThread = FALSE; |