Fix parameters for signal handler.

This commit is contained in:
Relintai 2020-07-10 21:55:19 +02:00
parent 7f79741267
commit cd0ed54744

View File

@ -327,7 +327,7 @@ func _ccategory_cooldown_removed(id : int, value : float) -> void:
categ_cd = 0
func _cgcd_started(value :float) -> void:
func _cgcd_started(e : Entity, value :float) -> void:
if not has_gcd:
return