mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-22 02:17:18 +01:00
Add missing parameter.
This commit is contained in:
parent
59d57669fa
commit
c658f1c26f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user