mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-10 04:03:54 +08:00
(TAN): fixed OpenImage.
This commit is contained in:
parent
332d2a4c2a
commit
da7cfb8336
@ -66,6 +66,7 @@ namespace GameRes.Formats.Ikura
|
|||||||
var info = new TanMetaData {
|
var info = new TanMetaData {
|
||||||
Width = file.View.ReadUInt16 (index_pos),
|
Width = file.View.ReadUInt16 (index_pos),
|
||||||
Height = file.View.ReadUInt16 (index_pos+2),
|
Height = file.View.ReadUInt16 (index_pos+2),
|
||||||
|
BPP = 8,
|
||||||
DataOffset = index_pos + 4,
|
DataOffset = index_pos + 4,
|
||||||
};
|
};
|
||||||
index_pos += 0x404;
|
index_pos += 0x404;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user