mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace GameRes.Formats.BlueGale
|
||||
LittleEndian.Pack (pent.UnpackedSize, output, 2);
|
||||
int header_size = LittleEndian.ToInt32 (output, 0xE);
|
||||
LittleEndian.Pack (header_size+0xE, output, 0xA);
|
||||
return new MemoryStream (output);
|
||||
return new BinMemoryStream (output, entry.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user