From 7c904724847da3b56c054fc7057df17c0c58976e Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:51:39 +0100 Subject: [PATCH] Update UndertaleModTool/Scripts/Community Scripts/FontEditor.csx --- UndertaleModTool/Scripts/Community Scripts/FontEditor.csx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UndertaleModTool/Scripts/Community Scripts/FontEditor.csx b/UndertaleModTool/Scripts/Community Scripts/FontEditor.csx index ed733a845..1438fd0d4 100644 --- a/UndertaleModTool/Scripts/Community Scripts/FontEditor.csx +++ b/UndertaleModTool/Scripts/Community Scripts/FontEditor.csx @@ -19,7 +19,7 @@ if (font is null) } using (TextureWorker textureWorker = new()) { - _ = new FontEditorGUI(font, textureWorker).ShowDialog(); // font editor GUI + _ = new FontEditorGUI(font, textureWorker).ShowDialog(); // Font editor GUI } class FontEditorGUI : Form