Skip to content

Commit 4d2ea00

Browse files
fix issue #82
1 parent 26a5fce commit 4d2ea00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/controls/reactive_sequence.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ NodeStatus ReactiveSequence::tick()
3030
case NodeStatus::RUNNING:
3131
{
3232
running_count++;
33+
haltChildren(index+1);
34+
return NodeStatus::RUNNING;
3335
}break;
3436
case NodeStatus::FAILURE:
3537
{

0 commit comments

Comments
 (0)