Restore period in loaded node paths
This commit is contained in:
parent
76addfff12
commit
ff89f649fa
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ Ref<PackedScene> ResourceLoaderText::_parse_node_tag(VariantParser::ResourcePars
|
|||
|
||||
if (next_tag.fields.has("parent")) {
|
||||
NodePath np = next_tag.fields["parent"];
|
||||
np.prepend_period();
|
||||
PackedInt32Array np_id;
|
||||
if (next_tag.fields.has("parent_id_path")) {
|
||||
np_id = next_tag.fields["parent_id_path"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue