修复文件名编号错误
This commit is contained in:
parent
6d8cb84ab4
commit
f218a143da
@ -230,8 +230,6 @@ namespace EscudeTools
|
|||||||
// if (t.Count == 0)
|
// if (t.Count == 0)
|
||||||
// continue;
|
// continue;
|
||||||
// pendingListCopy.AddRange(t);
|
// pendingListCopy.AddRange(t);
|
||||||
// if (File.Exists(targetFilename + $"_{n++}.png"))
|
|
||||||
// continue;
|
|
||||||
// if (!ImageManager.Process(lsfData, [.. pendingListCopy], targetFilename + $"_{n++}.png"))
|
// if (!ImageManager.Process(lsfData, [.. pendingListCopy], targetFilename + $"_{n++}.png"))
|
||||||
// throw new Exception("Process Fail");
|
// throw new Exception("Process Fail");
|
||||||
// else
|
// else
|
||||||
|
Loading…
Reference in New Issue
Block a user