Delete duplicated variable

This commit is contained in:
Georg Hagen
2025-01-04 01:02:37 +01:00
parent d9763768e8
commit 54441024b3
2 changed files with 1 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ namespace OpenVulkano::Scene
++i;
}
m_bbox.Init(bmin, bmax);
SimpleDrawable::Init(m_shader, &m_geometry, &m_material, &m_uniBuffer);
SimpleDrawable::Init(nullptr, &m_geometry, &m_material, &m_uniBuffer);
}
void TextDrawable::SetAtlasData(const std::shared_ptr<AtlasData>& atlasData)