mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Fix parameters for signal handler.
This commit is contained in:
parent
7f79741267
commit
cd0ed54744
@ -327,7 +327,7 @@ func _ccategory_cooldown_removed(id : int, value : float) -> void:
|
|||||||
categ_cd = 0
|
categ_cd = 0
|
||||||
|
|
||||||
|
|
||||||
func _cgcd_started(value :float) -> void:
|
func _cgcd_started(e : Entity, value :float) -> void:
|
||||||
if not has_gcd:
|
if not has_gcd:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user