Delete duplicated variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user