summaryrefslogtreecommitdiff
path: root/indra/newview/gltfscenemanager.cpp
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/newview/gltfscenemanager.cpp
parent299c37adaec5cf33981cbbaa3c25c68152b14725 (diff)
parent168a5f36b92f5cbc3d83248fb5ffbb47a3b7e223 (diff)
Merge pull request #2585 from secondlife/marchcat/xcode-16
Xcode16 build fix
Diffstat (limited to 'indra/newview/gltfscenemanager.cpp')
-rw-r--r--indra/newview/gltfscenemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltfscenemanager.cpp b/indra/newview/gltfscenemanager.cpp
index ed66753267..f596ce04f8 100644
--- a/indra/newview/gltfscenemanager.cpp
+++ b/indra/newview/gltfscenemanager.cpp
@@ -500,7 +500,7 @@ void GLTFSceneManager::update()
LLNewBufferedResourceUploadInfo::uploadFinish_f finish = [this, buffer](LLUUID assetId, LLSD response)
{
LLAppViewer::instance()->postToMainCoro(
- [=]()
+ [=, this]()
{
if (mUploadingAsset)
{