chore(build): update libs

This commit is contained in:
fallenoak 2023-03-27 17:46:26 -05:00
parent 6f52a6287d
commit aeade5b085
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
9 changed files with 9 additions and 9 deletions

View file

@ -53,7 +53,7 @@ void CRenderBatch::Clear() {
this->m_stringbatch = nullptr;
}
this->m_callbacks.DeleteAll();
this->m_callbacks.Clear();
this->m_count = 0;
}