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