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

Skip to content

Commit 0080f09

Browse files
author
Davide Faconti
committed
Fixing problem with "pure virtual funtion called"
1 parent 2613b0e commit 0080f09

File tree

6 files changed

+113
-41
lines changed

6 files changed

+113
-41
lines changed

examples/t01_programmatic_tree.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ int main()
4646
// In this case all of them return SUCCESS immediately
4747
sequence_root.executeTick();
4848

49+
// needed when you use ActionNodes with their own thread
50+
haltAllActions(&sequence_root);
51+
4952
return 0;
5053
}

0 commit comments

Comments
 (0)