mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +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)
|
if (m_interface.IsHierarchic)
|
||||||
return new TreeArchiveFileSystem (this);
|
return new TreeArchiveFileSystem (this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user