diff --git a/GameRes/Image.cs b/GameRes/Image.cs index ba6ef57e..8c7e3d77 100644 --- a/GameRes/Image.cs +++ b/GameRes/Image.cs @@ -176,6 +176,10 @@ namespace GameRes return Tuple.Create (impl, metadata); } } + catch (OperationCanceledException) + { + throw; + } catch { } } if (0 == signature)