mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
fixed full path order.
This commit is contained in:
parent
2ea64e25da
commit
7f44339b30
@ -480,7 +480,7 @@ namespace GameRes
|
|||||||
if (1 == Count)
|
if (1 == Count)
|
||||||
return m_top_path;
|
return m_top_path;
|
||||||
else
|
else
|
||||||
return m_vfs.ArcStack.Concat (m_top_path);
|
return m_vfs.ArcStack.Reverse().Concat (m_top_path);
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user