summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-09-06 15:07:22 -0500
committerDave Parks <davep@lindenlab.com>2022-09-06 15:07:22 -0500
commitabf788175c451046f82cc9aeaddc894c47863ffa (patch)
tree54138d2f36281e782bfad0f84f460c2a94be4da2 /indra/llcommon
parentef2eecca2737a3c9d71ef4097c76d2dd0f52df3d (diff)
SL-18096 WIP -- partial support for double sided rendering. Shadow map and picking support TBD.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llworkerthread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llworkerthread.cpp b/indra/llcommon/llworkerthread.cpp
index 02ce4823b8..bd2eb2089c 100644
--- a/indra/llcommon/llworkerthread.cpp
+++ b/indra/llcommon/llworkerthread.cpp
@@ -97,6 +97,7 @@ S32 LLWorkerThread::update(F32 max_time_ms)
{
if (worker->getFlags(LLWorkerClass::WCF_WORK_FINISHED))
{
+ worker->setFlags(LLWorkerClass::WCF_DELETE_REQUESTED);
delete_list.push_back(worker);
mDeleteList.erase(curiter);
}