diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 37b5bd7970..dfa40f240c 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -6237,10 +6237,6 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) if (te) { - // Skip if no te entry - if (!te) - continue; - LLGLTFMaterial* gltf_mat = te->getGLTFRenderMaterial(); if (gltf_mat != nullptr || (te->getMaterialParams().notNull()))