mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fixed mistake.
This commit is contained in:
@@ -120,7 +120,7 @@ namespace GameRes.Formats.NeXAS
|
|||||||
{
|
{
|
||||||
case Compression.Lzss:
|
case Compression.Lzss:
|
||||||
using (input)
|
using (input)
|
||||||
using (var reader = new LzssReader (input, (int)entry.Size, (int)entry.UnpackedSize))
|
using (var reader = new LzssReader (input, (int)pent.Size, (int)pent.UnpackedSize))
|
||||||
{
|
{
|
||||||
reader.Unpack();
|
reader.Unpack();
|
||||||
return new MemoryStream (reader.Data, false);
|
return new MemoryStream (reader.Data, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user