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

@ -686,7 +686,7 @@ void CGxFont::ClearGlyphs() {
this->m_activeCharacters.Clear();
this->m_activeCharacterCache.DeleteAll();
this->m_activeCharacterCache.Clear();
this->m_kernInfo.Clear();
}