Skip to content

Commit

Permalink
Remove extra get_tree()
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Mar 27, 2023
1 parent e9bc4d8 commit dbfa44c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dbfa44c

Please sign in to comment.