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