summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-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,