mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(TifFormat.Parser): fixed.
This commit is contained in:
@@ -140,7 +140,7 @@ namespace GameRes
|
|||||||
ReadUInt32 = () => m_file.ReadUInt32();
|
ReadUInt32 = () => m_file.ReadUInt32();
|
||||||
ReadUInt64 = () => m_file.ReadUInt64();
|
ReadUInt64 = () => m_file.ReadUInt64();
|
||||||
}
|
}
|
||||||
m_first_ifd = ReadUInt32();
|
m_first_ifd = file.ReadHeader (8).ToUInt32 (4);
|
||||||
}
|
}
|
||||||
|
|
||||||
public long FindLastIFD ()
|
public long FindLastIFD ()
|
||||||
|
|||||||
Reference in New Issue
Block a user