summaryrefslogtreecommitdiff
path: root/indra/newview/lllocalgltfmaterials.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-03 19:57:21 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-03 19:57:21 +0200
commitd26f545c5aa22d8267a2284c787bc9503e8b6cc9 (patch)
tree9a1e12aa2dc3d4462949c6c3213e2e2780574763 /indra/newview/lllocalgltfmaterials.cpp
parenta0c7a7ecdc7b9fb53fa1175babf0d8497a3e9112 (diff)
SL-18391 Fixed local materials failing to load
Diffstat (limited to 'indra/newview/lllocalgltfmaterials.cpp')
-rw-r--r--indra/newview/lllocalgltfmaterials.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocalgltfmaterials.cpp b/indra/newview/lllocalgltfmaterials.cpp
index 3912ed5e30..03ef12bde1 100644
--- a/indra/newview/lllocalgltfmaterials.cpp
+++ b/indra/newview/lllocalgltfmaterials.cpp
@@ -238,7 +238,7 @@ bool LLLocalGLTFMaterial::loadMaterial()
std::string material_name;
// Might be a good idea to make these textures into local textures
- LLTinyGLTFHelper::getMaterialFromFile(
+ decode_successful = LLTinyGLTFHelper::getMaterialFromFile(
mFilename,
mMaterialIndex,
mGLTFMaterial,