(MngFrameDecoder): missing re-throw.

This commit is contained in:
morkt 2018-01-18 07:18:41 +04:00
parent 4e45160237
commit 6ecdbcb999

View File

@ -197,6 +197,7 @@ namespace GameRes.Formats
catch
{
m_input.Dispose();
throw;
}
}