mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(build): update libs
This commit is contained in:
parent
6f52a6287d
commit
aeade5b085
9 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue