summaryrefslogtreecommitdiff
path: root/indra/newview/llgltfmateriallist.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-01-24 17:48:18 -0800
committerCosmic Linden <cosmic@lindenlab.com>2023-01-25 12:34:35 -0800
commit2aaa15fef15243e6b38f46426d8ebb355ccfb807 (patch)
tree718f00f4f3c5eb412199ab1b4c530e3308a647c2 /indra/newview/llgltfmateriallist.h
parenta851aa83e705fa4a1c78919cfcac6709cfb1a875 (diff)
SL-19012: Fix new material IDs sometimes not applying when set via LSL
Diffstat (limited to 'indra/newview/llgltfmateriallist.h')
-rw-r--r--indra/newview/llgltfmateriallist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgltfmateriallist.h b/indra/newview/llgltfmateriallist.h
index 5ce0e324f5..85e60aa17f 100644
--- a/indra/newview/llgltfmateriallist.h
+++ b/indra/newview/llgltfmateriallist.h
@@ -45,7 +45,7 @@ public:
LLGLTFMaterialList() {}
- LLGLTFMaterial* getMaterial(const LLUUID& id);
+ LLFetchedGLTFMaterial* getMaterial(const LLUUID& id);
void addMaterial(const LLUUID& id, LLFetchedGLTFMaterial* material);
void removeMaterial(const LLUUID& id);