diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-03 19:57:21 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-03 19:57:21 +0200 | 
| commit | d26f545c5aa22d8267a2284c787bc9503e8b6cc9 (patch) | |
| tree | 9a1e12aa2dc3d4462949c6c3213e2e2780574763 | |
| parent | a0c7a7ecdc7b9fb53fa1175babf0d8497a3e9112 (diff) | |
SL-18391 Fixed local materials failing to load
| -rw-r--r-- | indra/newview/lllocalgltfmaterials.cpp | 2 | 
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,  | 
