summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-04 19:35:16 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-04 19:35:16 +0200
commit172366121aef566a11464d82968776dcf0a836d4 (patch)
tree60c9221e9bd26394fae0335b12c0f189935846c8 /indra
parent11c87378be68d9102d7dcf94d714b3c5c1923952 (diff)
SL-18560 Mac build fix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltinygltfhelper.cpp2
1 files changed, 1 insertions, 1 deletions
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
{