From 172366121aef566a11464d82968776dcf0a836d4 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 4 Nov 2022 19:35:16 +0200 Subject: SL-18560 Mac build fix --- indra/newview/lltinygltfhelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/lltinygltfhelper.cpp b/indra/newview/lltinygltfhelper.cpp index 58031d4204..05587af9bc 100644 --- a/indra/newview/lltinygltfhelper.cpp +++ b/indra/newview/lltinygltfhelper.cpp @@ -259,7 +259,7 @@ bool LLTinyGLTFHelper::getMaterialFromFile( { base_color_tex->addTextureStats(64.f * 64.f, TRUE); material->mBaseColorId = base_color_tex->getID(); - material->mBaseColorTexture; + material->mBaseColorTexture = base_color_tex; } else { -- cgit v1.2.3