Fix issue with clear method

This commit is contained in:
Georg Hagen
2025-02-16 18:19:10 +01:00
parent 6394e59557
commit b644a200ce

View File

@@ -37,6 +37,7 @@ namespace OpenVulkano
void Clear()
{
m_chunks.clear();
m_size = 0;
}
template<typename ...ARGS>