mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 03:45:56 +00:00
Remove stray whitespace.
This commit is contained in:
parent
75433eb5d6
commit
14e1832803
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user