summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-10-24 12:21:13 -0400
committerGitHub <noreply@github.com>2024-10-24 12:21:13 -0400
commitb611324db58def7d65f4bfc721e7dc1c378b7fa3 (patch)
tree22074ffb1c262b9ffbb458a2836405e5c086ce7d /indra/llrender
parent299c37adaec5cf33981cbbaa3c25c68152b14725 (diff)
parent168a5f36b92f5cbc3d83248fb5ffbb47a3b7e223 (diff)
Merge pull request #2585 from secondlife/marchcat/xcode-16
Xcode16 build fix
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llimagegl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp
index 26e6aad770..17c6247670 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -1772,7 +1772,7 @@ void LLImageGL::syncToMainThread(LLGLuint new_tex_name)
ref();
LL::WorkQueue::postMaybe(
mMainQueue,
- [=]()
+ [=, this]()
{
LL_PROFILE_ZONE_NAMED("cglt - delete callback");
syncTexName(new_tex_name);