1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

Small fix for problem of nodes losing type, this is not good enough to solve a core reimport problem, but so far fixes #8116

This commit is contained in:
Juan Linietsky
2017-08-15 16:27:15 -03:00
parent aaedde4122
commit a4f9c95169
3 changed files with 15 additions and 1 deletions

View File

@@ -1246,7 +1246,7 @@ void EditorNode::_dialog_action(String p_file) {
}
} else {
ml.instance();
ml = Ref<TileSet>(memnew(TileSet));
}
TileSetEditor::update_library_file(editor_data.get_edited_scene_root(), ml, true);