diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-30 10:57:01 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-30 10:57:01 -0500 |
commit | 7d426815019ac5394e5821f1c6ba374e12606aaa (patch) | |
tree | 748b74f24b343f19bb1c98503d57b3618799ec80 /indra/llcommon | |
parent | d001c52c346d957375afc36bd83550a5702d4727 (diff) |
SL-18239 Unify PBR and non-PBR treatment of ambient/SSAO/irradiance. Restore SSAO to release version.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llworkerthread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llworkerthread.cpp b/indra/llcommon/llworkerthread.cpp index bd2eb2089c..cd4d587752 100644 --- a/indra/llcommon/llworkerthread.cpp +++ b/indra/llcommon/llworkerthread.cpp @@ -73,6 +73,7 @@ void LLWorkerThread::clearDeleteList() { (*iter)->mRequestHandle = LLWorkerThread::nullHandle(); (*iter)->clearFlags(LLWorkerClass::WCF_HAVE_WORK); + (*iter)->clearFlags(LLWorkerClass::WCF_WORKING); delete *iter ; } mDeleteList.clear() ; |