Fix external resource ids lost
This commit is contained in:
parent
2e273f0e35
commit
4412c1d989
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ Error ResourceLoaderText::_parse_ext_resource(VariantParser::Stream *p_stream, R
|
|||
} else {
|
||||
#ifdef TOOLS_ENABLED
|
||||
//remember ID for saving
|
||||
res->set_id_for_path(path, id);
|
||||
res->set_id_for_path(local_path, id);
|
||||
#endif
|
||||
r_res = res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue