mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(LB5): fixed entry name length.
This commit is contained in:
parent
1d7be3e22e
commit
8f4dd8a38d
@ -57,7 +57,7 @@ namespace GameRes.Formats.Jupiter
|
||||
{
|
||||
uint offset = index.View.ReadUInt32 (idx_offset);
|
||||
uint size = index.View.ReadUInt32 (idx_offset + 4);
|
||||
var name = index.View.ReadString (idx_offset + 9, 0xB);
|
||||
var name = index.View.ReadString (idx_offset + 9, 0xF);
|
||||
var entry = FormatCatalog.Instance.Create<Entry> (name);
|
||||
entry.Offset = offset;
|
||||
entry.Size = size;
|
||||
|
Loading…
Reference in New Issue
Block a user