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:
parent
aaedde4122
commit
a4f9c95169
3 changed files with 15 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue