mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2024-11-27 15:14:18 +01:00
Add missing deinitFont() call
This commit is contained in:
parent
e953af60c8
commit
7c7288ba67
@ -88,6 +88,7 @@ void DrawUtils::DeInit() {
|
||||
}
|
||||
}
|
||||
glyphCache.clear();
|
||||
deinitFont();
|
||||
}
|
||||
|
||||
void DrawUtils::beginDraw() {
|
||||
|
Loading…
Reference in New Issue
Block a user