Skip to content

Commit

Permalink
опечатка в агрументах
Browse files Browse the repository at this point in the history
  • Loading branch information
joye-ramone committed Dec 20, 2023
1 parent 1895412 commit 2128051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sources/FontGen/FontGenForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ private void Button_Generate_Click(object sender, EventArgs e)
string toolDir = AppDomain.CurrentDomain.BaseDirectory + "\\Bins";

string dds_format = bpp == 32 ? "-32" : "-8";
dds_format += " ";
dds_format += cop_mode ? "A8" : "u8888";

RunAndWait(wortDir, Path.Combine(toolDir, "FD2INI.exe"), $"\"{Path.GetFileName(fd_filePath)}\"");
Expand Down

0 comments on commit 2128051

Please sign in to comment.