mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
perf: Various fixes
This commit is contained in:
@@ -38,6 +38,8 @@ namespace GameRes.Formats.Kid
|
||||
entry.Size = size;
|
||||
dir.Add(entry);
|
||||
}
|
||||
if (dir.Count == 0)
|
||||
return null;
|
||||
return new ArcFile(file, this, dir);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user