Merge pull request #52474 from KoBeWi/script_remover_3000
This commit is contained in:
commit
0e5b0c025c
2 changed files with 4 additions and 4 deletions
|
|
@ -3278,10 +3278,6 @@ void EditorNode::_remove_edited_scene(bool p_change_tab) {
|
|||
new_index = 1;
|
||||
}
|
||||
|
||||
if (editor_data.get_scene_path(old_index) != String()) {
|
||||
ScriptEditor::get_singleton()->close_builtin_scripts_from_scene(editor_data.get_scene_path(old_index));
|
||||
}
|
||||
|
||||
if (p_change_tab) {
|
||||
_scene_tab_changed(new_index);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue