From a6da63020729f5e1f2163442fba69a46b04a9289 Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Wed, 26 Oct 2022 23:02:49 -0500 Subject: SL-18469 Fix for material edits only applying to one face. --- indra/newview/llgltfmateriallist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llgltfmateriallist.cpp b/indra/newview/llgltfmateriallist.cpp index 8210efae96..48f4305ee7 100644 --- a/indra/newview/llgltfmateriallist.cpp +++ b/indra/newview/llgltfmateriallist.cpp @@ -119,7 +119,7 @@ namespace { S32 side = sides[i].asInteger(); // flag this side to not be nulled out later - side_set.insert(sides); + side_set.insert(sides[i]); if (!obj || !obj->setTEGLTFMaterialOverride(side, override_data)) { -- cgit v1.2.3