mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(IntOpener): redundant directory clear.
This commit is contained in:
parent
d7ef400a31
commit
60fdc6e70f
@ -146,7 +146,6 @@ namespace GameRes.Formats.CatSystem
|
||||
var dir = new List<Entry> (entry_count);
|
||||
foreach (var name_length in NameSizes)
|
||||
{
|
||||
dir.Clear();
|
||||
try
|
||||
{
|
||||
long current_offset = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user