Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33aec25

Browse files
Merge pull request BehaviorTree#124 from Jesus05/patch-1
// At the next tick, index will be the same.
2 parents c43bd61 + e0e8bb8 commit 33aec25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/FallbackNode.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ if he/she is fully rested.
9898
// Suspend execution and return SUCCESS.
9999
// At the next tick, index will be the same.
100100
HaltAllChildren();
101-
index = 0;
102101
return SUCCESS;
103102
}
104103
}

0 commit comments

Comments
 (0)