Skip to content

Commit

Permalink
Update UndertaleModTool/Scripts/Community Scripts/FontEditor.csx
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Nov 25, 2024
1 parent 29d238d commit 7c90472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UndertaleModTool/Scripts/Community Scripts/FontEditor.csx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c90472

Please sign in to comment.