Fix errors

This commit is contained in:
2022-09-22 20:10:27 +08:00
parent 4673e3f6e4
commit 515ab22085
4 changed files with 5357 additions and 7622 deletions

View File

@@ -61,9 +61,9 @@ namespace GrasscutterTools.Forms
private void FormMain_Load(object sender, EventArgs e)
{
Text += " - by jie65535 - v" + AppVersion.ToString(3)
Text += " - by jie65535 - v" + AppVersion.ToString(3);
#if DEBUG
+ "-debug";
Text += "-debug";
#endif
GameData.LoadResources();