mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ImageData.Read): abort on OperationCanceledException.
This commit is contained in:
@@ -176,6 +176,10 @@ namespace GameRes
|
|||||||
return Tuple.Create (impl, metadata);
|
return Tuple.Create (impl, metadata);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch (OperationCanceledException)
|
||||||
|
{
|
||||||
|
throw;
|
||||||
|
}
|
||||||
catch { }
|
catch { }
|
||||||
}
|
}
|
||||||
if (0 == signature)
|
if (0 == signature)
|
||||||
|
|||||||
Reference in New Issue
Block a user