mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fixed some IBinaryStream migration aftermath.
This commit is contained in:
@@ -69,6 +69,7 @@ namespace GameRes.Formats.Ikura
|
||||
case 0x48474948: bpp = 16; break;
|
||||
default: return null;
|
||||
}
|
||||
stream.Position = 4;
|
||||
uint width = stream.ReadUInt16();
|
||||
uint height = stream.ReadUInt16();
|
||||
return new ImageMetaData {
|
||||
|
||||
Reference in New Issue
Block a user