mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
Fix external resource ids lost
This commit is contained in:
parent
2e273f0e35
commit
4412c1d989
@ -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 New Issue
Block a user