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