Merge pull request #33266 from Xrayez/inst2dict-original-path
Use GDScript resource path over script path for `inst2dict`
This commit is contained in:
commit
76aa975460
1 changed files with 1 additions and 1 deletions
|
@ -1126,7 +1126,7 @@ void GDScriptFunctions::call(Function p_func, const Variant **p_args, int p_arg_
|
|||
|
||||
Dictionary d;
|
||||
d["@subpath"] = cp;
|
||||
d["@path"] = p->path;
|
||||
d["@path"] = p->get_path();
|
||||
|
||||
p = base.ptr();
|
||||
|
||||
|
|
Loading…
Reference in a new issue