diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-12-07 01:32:01 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-12-07 01:32:01 +0200 |
commit | c033278ec2d16181b94d6433a3353765c8981850 (patch) | |
tree | 0a314e99492de8d6c7b504887d9c8c775cc20dc0 /indra | |
parent | e9e37aa2ad2315611f262b2b090fe9672f6fee04 (diff) |
SL-18795 Overrides are not applied to one face
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llmaterialeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<LLGLTFMaterial> material = tep->getGLTFMaterialOverride(); |