forked from team-sg/hero-mark-2
finally disable the player state-change spam
This commit is contained in:
parent
ebdb4e51aa
commit
e4db343059
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ func _process_transition(delta: float) -> void:
|
||||||
_queued_transition_time -= delta
|
_queued_transition_time -= delta
|
||||||
# if ready, handle transition and clear queue
|
# if ready, handle transition and clear queue
|
||||||
if _queued_transition_time <= 0.0:
|
if _queued_transition_time <= 0.0:
|
||||||
print(_queued_transition.name)
|
|
||||||
var transition = _queued_transition
|
var transition = _queued_transition
|
||||||
_queued_transition = null
|
_queued_transition = null
|
||||||
_queued_transition_time = 0.0
|
_queued_transition_time = 0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue