mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(WbmFormat.ReadMetaData): fixed.
This commit is contained in:
parent
4a42acbb69
commit
8c7a0d09f5
@ -102,7 +102,7 @@ namespace GameRes.Formats.WildBug
|
||||
BPP = data[0xC],
|
||||
EntryCount = count,
|
||||
EntrySize = dir_size,
|
||||
Header = header.ToArray(),
|
||||
Header = dir,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user