diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-04 19:35:16 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-04 19:35:16 +0200 | 
| commit | 172366121aef566a11464d82968776dcf0a836d4 (patch) | |
| tree | 60c9221e9bd26394fae0335b12c0f189935846c8 | |
| parent | 11c87378be68d9102d7dcf94d714b3c5c1923952 (diff) | |
SL-18560 Mac build fix
| -rw-r--r-- | indra/newview/lltinygltfhelper.cpp | 2 | 
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      {  | 
