migration to IBinaryStream interface.

This commit is contained in:
morkt
2016-10-15 09:34:46 +04:00
parent 0b96ef8f77
commit 503b734645
16 changed files with 264 additions and 332 deletions

View File

@@ -924,7 +924,7 @@ namespace GARbro.GUI
try
{
SetBusyState();
using (var input = VFS.OpenStream (entry))
using (var input = VFS.OpenBinaryStream (entry))
{
FormatCatalog.Instance.LastError = null;
sound = AudioFormat.Read (input);