impr: Drastically reduce font-related memory usage

This commit is contained in:
WerWolv
2025-02-10 12:02:05 +01:00
parent e1580e51cf
commit 02b5df03ab
4 changed files with 41 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ namespace hex::fonts {
// Build the font atlas
if (fontAtlas->build()) {
fontAtlas->reset();
return true;
}