fixed full path order.

This commit is contained in:
morkt 2015-09-01 09:23:29 +04:00
parent 2ea64e25da
commit 7f44339b30

View File

@ -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
{