mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(DigitalWorks): use ContainedFormats property.
This commit is contained in:
parent
270058d56c
commit
0d92e027a3
@ -90,7 +90,7 @@ namespace GameRes.Formats.DigitalWorks
|
||||
Offset = e.Offset,
|
||||
Size = e.Size,
|
||||
} as Entry).ToList();
|
||||
dir.ForEach (e => e.Type = FormatCatalog.Instance.GetTypeFromName (e.Name));
|
||||
dir.ForEach (e => e.Type = FormatCatalog.Instance.GetTypeFromName (e.Name, ContainedFormats));
|
||||
return new ArcFile (file, this, dir);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user