From 7c7288ba67118239cf193044328d05c16ab2c89f Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 19 Jan 2023 15:08:35 +0100 Subject: [PATCH] Add missing deinitFont() call --- source/utils/DrawUtils.cpp | 1 + 1 file changed, 1 insertion(+) 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() {