mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -125,7 +125,7 @@ namespace GameRes.Formats.G2
|
||||
using (input)
|
||||
using (var reader = new GceReader (input, (int)pentry.UnpackedSize))
|
||||
{
|
||||
return new MemoryStream (reader.Data);
|
||||
return new BinMemoryStream (reader.Data, entry.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user