mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(PxFormat): fixed height.
This commit is contained in:
parent
84985d18f5
commit
e8d2dcf03a
@ -93,7 +93,7 @@ namespace GameRes.Formats.Leaf
|
||||
return new PxMetaData
|
||||
{
|
||||
Width = LittleEndian.ToUInt32 (header_ex, 0),
|
||||
Height = LittleEndian.ToUInt32 (header_ex, 0),
|
||||
Height = LittleEndian.ToUInt32 (header_ex, 4),
|
||||
BPP = LittleEndian.ToUInt16 (header_ex, 0x12),
|
||||
Type = type,
|
||||
FrameCount = count,
|
||||
|
Loading…
x
Reference in New Issue
Block a user