mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Fix signal handler argument count mismatch.
This commit is contained in:
parent
be6ebf48f3
commit
630db200dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user