From c033278ec2d16181b94d6433a3353765c8981850 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Wed, 7 Dec 2022 01:32:01 +0200 Subject: SL-18795 Overrides are not applied to one face --- indra/newview/llmaterialeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llmaterialeditor.cpp b/indra/newview/llmaterialeditor.cpp index 660ad879ca..2d5f3df6a1 100644 --- a/indra/newview/llmaterialeditor.cpp +++ b/indra/newview/llmaterialeditor.cpp @@ -2506,7 +2506,7 @@ public: { // overrides are not supposed to work or apply if // there is no base material to work from - return false; + continue; } LLPointer material = tep->getGLTFMaterialOverride(); -- cgit v1.2.3