Skip to content

Commit b12ce3e

Browse files
Aqil-AhmadCopilot
andauthored
Update indra/newview/llpanelface.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 64ea4f7 commit b12ce3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llpanelface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ struct LLPanelFaceSetAlignedTEFunctor : public LLSelectedTEFunctor
897897
{
898898
LLGLTFMaterial new_override;
899899
const LLTextureEntry* tep = object->getTE(te);
900-
if (tep->getGLTFMaterialOverride())
900+
if (tep && tep->getGLTFMaterialOverride())
901901
{
902902
new_override = *tep->getGLTFMaterialOverride();
903903
}

0 commit comments

Comments
 (0)