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

Skip to content

Commit 6e0512b

Browse files
author
Davide Faconti
committed
updated doc
1 parent 4d055f2 commit 6e0512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_01_first_tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ int main()
168168
// The tick is propagated to the children based on the logic of the tree.
169169
// In this case, the entire sequence is executed, because all the children
170170
// of the Sequence return SUCCESS.
171-
tree.root_node->executeTick();
171+
tree.tickRoot();
172172

173173
return 0;
174174
}

0 commit comments

Comments
 (0)