mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 15:49:00 +08:00
migration to IBinaryStream interface.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user