mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(TifFormat.Parser): fixed.
This commit is contained in:
parent
8ffe411583
commit
82bfbd7398
@ -140,7 +140,7 @@ namespace GameRes
|
||||
ReadUInt32 = () => m_file.ReadUInt32();
|
||||
ReadUInt64 = () => m_file.ReadUInt64();
|
||||
}
|
||||
m_first_ifd = ReadUInt32();
|
||||
m_first_ifd = file.ReadHeader (8).ToUInt32 (4);
|
||||
}
|
||||
|
||||
public long FindLastIFD ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user