Remove stray whitespace.

This commit is contained in:
Nolan Darilek 2019-12-27 12:54:27 -06:00
parent 75433eb5d6
commit 14e1832803

View File

@ -69,7 +69,7 @@ func _enter_tree():
func _input(event):
if event is InputEventScreenTouch:
pass
func _process(delta):
if focus_restore_timer and focus_restore_timer.time_left <= 0:
var focus = find_focusable_control(get_tree().root)