diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-20 17:09:53 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-20 17:09:53 -0300 |
commit | 6bdd17f07c37db678f1d4e915cf121ad085096d4 (patch) | |
tree | 566680e52c1e6a4f20c35c4d039bb8331d7307ae /scene/resources/scene_format_text.cpp | |
parent | f1af0fd25c8b380956c8083a448db6c7b3fe5142 (diff) |
Fix error storing path for children of instanced nodes in .tscn, fixes #4320 fixes #4579 fixes #4580
Diffstat (limited to 'scene/resources/scene_format_text.cpp')
-rw-r--r-- | scene/resources/scene_format_text.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/scene_format_text.cpp b/scene/resources/scene_format_text.cpp index a734f63ac2..fedbfda029 100644 --- a/scene/resources/scene_format_text.cpp +++ b/scene/resources/scene_format_text.cpp @@ -1320,8 +1320,6 @@ Error ResourceFormatSaverTextInstance::save(const String &p_path,const RES& p_re Vector<StringName> groups = state->get_node_groups(i); - if (instance.is_valid()) - print_line("for path "+String(path)+" instance "+instance->get_path()); String header="[node"; header+=" name=\""+String(name)+"\""; |