mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-15 18:24:23 +08:00
(ArchiveFileSystem): base abstract class for flat ant tree archive file systems.
This commit is contained in:
@@ -192,7 +192,7 @@ namespace GameRes
|
||||
public IFileSystem CreateFileSystem ()
|
||||
{
|
||||
if (m_interface.IsHierarchic)
|
||||
return new ArchiveFileSystem (this);
|
||||
return new TreeArchiveFileSystem (this);
|
||||
else
|
||||
return new FlatArchiveFileSystem (this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user