summaryrefslogtreecommitdiff
path: root/indra/newview/llgltfmaterialpreviewmgr.cpp
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2024-01-24 13:57:46 -0800
committerCosmic Linden <cosmic@lindenlab.com>2024-01-25 10:32:38 -0800
commit1691a25ce801bfd22cfc89958a07c4f53d3af772 (patch)
treeb5d3de1a681ddf45bfc3da50461dda9993d9af0e /indra/newview/llgltfmaterialpreviewmgr.cpp
parent97764080b0eaf7b359b7e2332e6c1257ba86a71a (diff)
Fix material preview sometimes not updating when transitioning from blank material to non-blank material
Diffstat (limited to 'indra/newview/llgltfmaterialpreviewmgr.cpp')
-rw-r--r--indra/newview/llgltfmaterialpreviewmgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llgltfmaterialpreviewmgr.cpp b/indra/newview/llgltfmaterialpreviewmgr.cpp
index 1dba3f082f..394f600a92 100644
--- a/indra/newview/llgltfmaterialpreviewmgr.cpp
+++ b/indra/newview/llgltfmaterialpreviewmgr.cpp
@@ -130,6 +130,8 @@ namespace
LLGLTFPreviewTexture::MaterialLoadLevels get_material_load_levels(LLFetchedGLTFMaterial& material)
{
+ llassert(!material.isFetching());
+
using MaterialTextures = LLPointer<LLViewerFetchedTexture>*[LLGLTFMaterial::GLTF_TEXTURE_INFO_COUNT];
MaterialTextures textures;