修复遗漏

This commit is contained in:
ww-rm
2025-02-27 23:15:02 +08:00
parent 8ca947df9f
commit 053333d8cc

View File

@@ -95,7 +95,10 @@ namespace SpineViewer
for (int i = 0; i < totalCount; i++) for (int i = 0; i < totalCount; i++)
{ {
if (worker.CancellationPending) if (worker.CancellationPending)
{
e.Cancel = true;
break; break;
}
var skelPath = skelPaths[i]; var skelPath = skelPaths[i];