mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(ImageData.Read): abort on OperationCanceledException.
This commit is contained in:
parent
303a8551b0
commit
8c5164a3a5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user