mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(ReadMetaData): height is a 32-bit integer.
This commit is contained in:
parent
b19f0117d2
commit
dba869d134
@ -58,7 +58,7 @@ namespace GameRes.Formats.BlackRainbow
|
||||
return new BmdMetaData
|
||||
{
|
||||
Width = LittleEndian.ToUInt32 (header, 8),
|
||||
Height = LittleEndian.ToUInt16 (header, 12),
|
||||
Height = LittleEndian.ToUInt32 (header, 12),
|
||||
BPP = 32,
|
||||
PackedSize = LittleEndian.ToUInt32 (header, 4),
|
||||
Flag = LittleEndian.ToInt32 (header, 0x10),
|
||||
|
Loading…
Reference in New Issue
Block a user