mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-15 17:46:03 +03:00
chore(build): update libs
This commit is contained in:
parent
6f52a6287d
commit
aeade5b085
2
lib/bc
2
lib/bc
@ -1 +1 @@
|
||||
Subproject commit e21b610abfe7b491b3996ce57520fcfba889e120
|
||||
Subproject commit 6cff259dcac37698fd0c770d806646be13402b43
|
@ -1 +1 @@
|
||||
Subproject commit 43b5def8777ca979b603398916ca162437597958
|
||||
Subproject commit 0a260b7bebe28bbc5998068f6f14e459a869de16
|
@ -1 +1 @@
|
||||
Subproject commit 5aeb2f51a52c44187d02219ff7a8c92074f23b99
|
||||
Subproject commit 3d141195362dc7557d09deab5b25c3647ee4764e
|
@ -1 +1 @@
|
||||
Subproject commit fdefabe4f09b6413fd33242c05243121c296c91c
|
||||
Subproject commit 036c986cd455179873baeb75e81fd3edaca4abbe
|
@ -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…
Reference in New Issue
Block a user