Fix root path resolution on PCK file
This commit is contained in:
parent
c1dfbb7628
commit
2eaad1cfd1
1 changed files with 2 additions and 0 deletions
|
@ -409,6 +409,8 @@ Error DirAccessPack::change_dir(String p_dir) {
|
|||
|
||||
nd=nd.simplify_path();
|
||||
|
||||
if (nd == "") nd = ".";
|
||||
|
||||
if (nd.begins_with("/")) {
|
||||
nd=nd.replace_first("/","") ;
|
||||
absolute=true;
|
||||
|
|
Loading…
Reference in a new issue