Add TextMapSystem WIP

This commit is contained in:
2025-12-24 18:17:58 +01:00
parent c618c616fe
commit 03f65e069f
3 changed files with 59 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ PD_LITHIUM_API void DrawList::Clear() {
pNumVertices = 0;
pDrawList.clear();
pPath.clear();
if (pCurrentFont) {
pCurrentFont->CleanupTMS();
}
while (!pClipRects.empty()) {
pClipRects.pop();
}