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

@ -95,7 +95,7 @@ void CSimpleHTML::AddText(const char* text, HTML_TEXT_TYPE type, uint32_t justif
}
void CSimpleHTML::ClearContent() {
this->m_content.DeleteAll();
this->m_content.Clear();
this->m_layoutAnchor = nullptr;
this->m_layoutOffset = 0.0f;