Add missing parameter.

This commit is contained in:
Relintai 2020-07-27 22:13:37 +02:00
parent 59d57669fa
commit c658f1c26f
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ func _cgcd_started(value :float) -> void:
show_cooldown_timer(value)
set_process(true)
func _cgcd_finished() -> void:
func _cgcd_finished(entity) -> void:
gcd = 0
func _on_button_pressed() -> void: