chore: removed debug logging
This commit is contained in:
parent
47bfbeb26c
commit
588fbac8e4
|
@ -22,7 +22,6 @@ void StateMachine::_exit_tree() { GDGAMEONLY();
|
||||||
}
|
}
|
||||||
|
|
||||||
void StateMachine::_process(double delta_time) { GDGAMEONLY();
|
void StateMachine::_process(double delta_time) { GDGAMEONLY();
|
||||||
UtilityFunctions::print(this->get_path(), " _process");
|
|
||||||
if(this->state)
|
if(this->state)
|
||||||
this->override_state(this->state->get_next());
|
this->override_state(this->state->get_next());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue