We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ea4f7 commit b12ce3eCopy full SHA for b12ce3e
indra/newview/llpanelface.cpp
@@ -897,7 +897,7 @@ struct LLPanelFaceSetAlignedTEFunctor : public LLSelectedTEFunctor
897
{
898
LLGLTFMaterial new_override;
899
const LLTextureEntry* tep = object->getTE(te);
900
- if (tep->getGLTFMaterialOverride())
+ if (tep && tep->getGLTFMaterialOverride())
901
902
new_override = *tep->getGLTFMaterialOverride();
903
}
0 commit comments