summaryrefslogtreecommitdiff
path: root/indra/newview/llfetchedgltfmaterial.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-23 01:18:07 +0200
committerakleshchev <117672381+akleshchev@users.noreply.github.com>2023-03-23 06:15:09 +0200
commitd423263d54fc72cf857f3e147ac3860ca16c652f (patch)
treeeecbc4369a16d93387551c319f226457960ab1f1 /indra/newview/llfetchedgltfmaterial.h
parent02091a04969a423c2b28f7532a09fb3956619d67 (diff)
SL-19169 Local material updates aren't applied with non-default transforms
Diffstat (limited to 'indra/newview/llfetchedgltfmaterial.h')
-rw-r--r--indra/newview/llfetchedgltfmaterial.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfetchedgltfmaterial.h b/indra/newview/llfetchedgltfmaterial.h
index 0b51770493..1668657281 100644
--- a/indra/newview/llfetchedgltfmaterial.h
+++ b/indra/newview/llfetchedgltfmaterial.h
@@ -39,6 +39,8 @@ public:
LLFetchedGLTFMaterial();
virtual ~LLFetchedGLTFMaterial();
+ LLFetchedGLTFMaterial& operator=(const LLFetchedGLTFMaterial& rhs);
+
// If this material is loaded, fire the given function
void onMaterialComplete(std::function<void()> material_complete);