mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(ArcFile.CreateFileSystem): changed return type.
This commit is contained in:
parent
c9f070731d
commit
8ef162709a
@ -189,7 +189,7 @@ namespace GameRes
|
||||
}
|
||||
}
|
||||
|
||||
public IFileSystem CreateFileSystem ()
|
||||
public ArchiveFileSystem CreateFileSystem ()
|
||||
{
|
||||
if (m_interface.IsHierarchic)
|
||||
return new TreeArchiveFileSystem (this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user