mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 16:49:14 +08:00
(WbmFormat.ReadMetaData): fixed.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace GameRes.Formats.WildBug
|
||||
BPP = data[0xC],
|
||||
EntryCount = count,
|
||||
EntrySize = dir_size,
|
||||
Header = header.ToArray(),
|
||||
Header = dir,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user