in my opinion, PIStateMachine is ready to real work

This commit is contained in:
2024-08-04 20:26:39 +03:00
parent 7d02f710ea
commit 6efc962923
3 changed files with 20 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ void PITransitionBase::trigger() {
else
source_target_path[i]->activeChild(source_target_path[i + 1]);
}
if (target_state->isCompound()) target_state->start();
if (target_state->isCompound()) target_state->start(true);
}