diff --git a/core/main.gd b/core/main.gd index 2c5fc3ab..c2236407 100644 --- a/core/main.gd +++ b/core/main.gd @@ -66,8 +66,6 @@ func _ready() -> void: get_viewport().gui_focus_changed.connect(_on_focus_changed) LibraryManager.reload_library() - - get_tree() func _on_focus_changed(control: Control) -> void: