mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace GameRes.Formats.FVP
|
||||
using (var decoder = new LzwDecoder (input, unpacked_size))
|
||||
{
|
||||
decoder.Unpack();
|
||||
return new MemoryStream (decoder.Output);
|
||||
return new BinMemoryStream (decoder.Output, entry.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user