diff --git a/source/utils/DrawUtils.cpp b/source/utils/DrawUtils.cpp index e5d81c1..77e717a 100644 --- a/source/utils/DrawUtils.cpp +++ b/source/utils/DrawUtils.cpp @@ -88,6 +88,7 @@ void DrawUtils::DeInit() { } } glyphCache.clear(); + deinitFont(); } void DrawUtils::beginDraw() {