summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-09-17 20:03:03 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-09-17 23:36:49 +0300
commit576c558759aa84df7b30ee29ca55143719d73028 (patch)
treeb91cce8ecf1dfba22999a03ffb6e3ac8feb75e01 /indra/llrender
parentfd843d514a4e28f8e4a5d5595bba21ccad195e72 (diff)
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 67b4ada62f..ba77c6f1a4 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -1777,7 +1777,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);