Remove obsolete check

master
Ansariel 2025-01-26 00:13:49 +01:00
parent a39664d26e
commit 595eb6cee5
1 changed files with 0 additions and 4 deletions

View File

@ -6237,10 +6237,6 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group)
if (te)
{
// <FS> Skip if no te entry
if (!te)
continue;
LLGLTFMaterial* gltf_mat = te->getGLTFRenderMaterial();
if (gltf_mat != nullptr || (te->getMaterialParams().notNull()))