Add missing deinitFont() call

This commit is contained in:
Maschell 2023-01-19 15:08:35 +01:00
parent e953af60c8
commit 7c7288ba67
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ void DrawUtils::DeInit() {
}
}
glyphCache.clear();
deinitFont();
}
void DrawUtils::beginDraw() {