summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-02-14 17:06:40 +0200
committerGitHub <noreply@github.com>2025-02-14 17:06:40 +0200
commitbf8a9e8bd28eb7409da0df1fe2996e8c8b8dc7d4 (patch)
tree4af37f1d8dd578ca23dbf9009c78feab8179c009 /indra/llrender
parent23ac8f603ea2e590b47598edf0fd6824f168fc0b (diff)
parenta0e31b1c80bdc6553e7170886ead1c394114eb25 (diff)
Merge pull request #3560 from secondlife/marchcat/lua_editor
Lua editor: mac 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 3858811a50..0bfcb5d9d2 100644
--- a/indra/llrender/llimagegl.cpp
+++ b/indra/llrender/llimagegl.cpp
@@ -1773,7 +1773,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);