Fix signal handler argument count mismatch.

This commit is contained in:
Relintai 2020-07-17 19:36:28 +02:00
parent be6ebf48f3
commit 630db200dc

View File

@ -335,5 +335,5 @@ func _cgcd_started(e : Entity, value :float) -> void:
show_cooldown_timer(value)
set_process(true)
func _cgcd_finished() -> void:
func _cgcd_finished(val) -> void:
gcd = 0