From 69d7c0f7efa648b0016baa98ccbe584cb91203ff Mon Sep 17 00:00:00 2001 From: Cosmic Linden Date: Mon, 11 Nov 2024 10:45:47 -0800 Subject: secondlife/viewer#2570: Fix baked texture shared between avatars when in PBR material --- indra/newview/llfetchedgltfmaterial.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfetchedgltfmaterial.h') diff --git a/indra/newview/llfetchedgltfmaterial.h b/indra/newview/llfetchedgltfmaterial.h index 4a33b9f05f..074e3fef41 100644 --- a/indra/newview/llfetchedgltfmaterial.h +++ b/indra/newview/llfetchedgltfmaterial.h @@ -67,6 +67,7 @@ public: LLPointer mNormalTexture; LLPointer mMetallicRoughnessTexture; LLPointer mEmissiveTexture; + void clearFetchedTextures(); std::set mTextureEntires; -- cgit v1.2.3