2
0
Эх сурвалжийг харах

Merge pull request #76761 from KoBeWi/this_file_ain't_big_enough_for_both_of_us

Max Hilbrunner 2 жил өмнө
parent
commit
862cbe2fc6

+ 0 - 2
editor/plugins/script_editor_plugin.cpp

@@ -4091,8 +4091,6 @@ ScriptEditor::ScriptEditor() {
 	Ref<EditorJSONSyntaxHighlighter> json_syntax_highlighter;
 	json_syntax_highlighter.instantiate();
 	register_syntax_highlighter(json_syntax_highlighter);
-
-	EditorNode::get_singleton()->connect("scene_closed", callable_mp(this, &ScriptEditor::_close_builtin_scripts_from_scene));
 }
 
 ScriptEditor::~ScriptEditor() {