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