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
|
|
@ -686,7 +686,7 @@ void CGxFont::ClearGlyphs() {
|
|||
|
||||
this->m_activeCharacters.Clear();
|
||||
|
||||
this->m_activeCharacterCache.DeleteAll();
|
||||
this->m_activeCharacterCache.Clear();
|
||||
|
||||
this->m_kernInfo.Clear();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ void NETEVENTQUEUE::Poll() {
|
|||
|
||||
client->DelRef();
|
||||
|
||||
this->m_eventQueue.DeleteAll();
|
||||
this->m_eventQueue.Clear();
|
||||
|
||||
this->m_critSect.Leave();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ void CLayoutFrame::DestroyLayout() {
|
|||
frame->m_flags &= ~0x8;
|
||||
}
|
||||
|
||||
this->m_resizeList.DeleteAll();
|
||||
this->m_resizeList.Clear();
|
||||
}
|
||||
|
||||
void CLayoutFrame::FreePoints() {
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ void CRenderBatch::Clear() {
|
|||
this->m_stringbatch = nullptr;
|
||||
}
|
||||
|
||||
this->m_callbacks.DeleteAll();
|
||||
this->m_callbacks.Clear();
|
||||
|
||||
this->m_count = 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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