mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(DziFormat.ReadMetaData): use VFS.CombinePath
This commit is contained in:
parent
65ec4ad7ee
commit
1bd3799372
@ -58,7 +58,7 @@ namespace GameRes.Formats.Malie
|
||||
|
||||
public override ImageMetaData ReadMetaData (Stream stream)
|
||||
{
|
||||
var tex = VFS.FindFile ("tex");
|
||||
var tex = VFS.FindFile (VFS.CombinePath (VFS.Top.CurrentDirectory, "tex"));
|
||||
if (!(tex is SubDirEntry))
|
||||
return null;
|
||||
using (var reader = new StreamReader (stream, Encoding.UTF8, false, 2048, true))
|
||||
|
Loading…
Reference in New Issue
Block a user