diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-17 20:03:03 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-17 23:36:49 +0300 |
commit | 576c558759aa84df7b30ee29ca55143719d73028 (patch) | |
tree | b91cce8ecf1dfba22999a03ffb6e3ac8feb75e01 /indra/llrender | |
parent | fd843d514a4e28f8e4a5d5595bba21ccad195e72 (diff) |
Xcode16 build fix
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llimagegl.cpp | 2 |
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); |