Fix issue with clear method
This commit is contained in:
@@ -37,6 +37,7 @@ namespace OpenVulkano
|
|||||||
void Clear()
|
void Clear()
|
||||||
{
|
{
|
||||||
m_chunks.clear();
|
m_chunks.clear();
|
||||||
|
m_size = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename ...ARGS>
|
template<typename ...ARGS>
|
||||||
|
|||||||
Reference in New Issue
Block a user