chore: formatted state.cpp
This commit is contained in:
parent
c4dc10de90
commit
4178c08102
|
@ -47,4 +47,4 @@ bool State::is_action_done() const {
|
||||||
bool State::is_action_done_interrupt() const {
|
bool State::is_action_done_interrupt() const {
|
||||||
return this->is_action_done() && !this->action->get_require_state_complete();
|
return this->is_action_done() && !this->action->get_require_state_complete();
|
||||||
}
|
}
|
||||||
}
|
} //namespace goap
|
||||||
|
|
Loading…
Reference in a new issue