修复文件名编号错误

This commit is contained in:
Chenx221 2024-10-25 17:01:43 +08:00
parent 6d8cb84ab4
commit f218a143da
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -230,8 +230,6 @@ namespace EscudeTools
// if (t.Count == 0)
// continue;
// pendingListCopy.AddRange(t);
// if (File.Exists(targetFilename + $"_{n++}.png"))
// continue;
// if (!ImageManager.Process(lsfData, [.. pendingListCopy], targetFilename + $"_{n++}.png"))
// throw new Exception("Process Fail");
// else