(ImageData.Read): abort on OperationCanceledException.

This commit is contained in:
morkt 2016-08-19 10:45:02 +04:00
parent 303a8551b0
commit 8c5164a3a5

View File

@ -176,6 +176,10 @@ namespace GameRes
return Tuple.Create (impl, metadata);
}
}
catch (OperationCanceledException)
{
throw;
}
catch { }
}
if (0 == signature)