You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Close built-in script from any scene
This commit is contained in:
@@ -3263,10 +3263,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user