Fixed some errors
This commit is contained in:
parent
87919ed890
commit
e6a47a4772
9 changed files with 32 additions and 32 deletions
|
|
@ -13,6 +13,8 @@ func _ready() -> void:
|
|||
|
||||
else:
|
||||
push_warning("Child of state machine is not state")
|
||||
await get_tree().process_frame
|
||||
await get_tree().process_frame
|
||||
current_state.enter()
|
||||
|
||||
func on_transition_required(to: StringName):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue