修复遗漏
This commit is contained in:
@@ -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];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user