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

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

View File

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

View File

@ -94,7 +94,7 @@ void NETEVENTQUEUE::Poll() {
client->DelRef(); client->DelRef();
this->m_eventQueue.DeleteAll(); this->m_eventQueue.Clear();
this->m_critSect.Leave(); this->m_critSect.Leave();
} }

View File

@ -286,7 +286,7 @@ void CLayoutFrame::DestroyLayout() {
frame->m_flags &= ~0x8; frame->m_flags &= ~0x8;
} }
this->m_resizeList.DeleteAll(); this->m_resizeList.Clear();
} }
void CLayoutFrame::FreePoints() { void CLayoutFrame::FreePoints() {

View File

@ -53,7 +53,7 @@ void CRenderBatch::Clear() {
this->m_stringbatch = nullptr; this->m_stringbatch = nullptr;
} }
this->m_callbacks.DeleteAll(); this->m_callbacks.Clear();
this->m_count = 0; this->m_count = 0;
} }

View File

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