Skip to content

Commit 60a0efb

Browse files
committed
Merge branch 'master' of github.com:BehaviorTree/BehaviorTree.CPP
2 parents 10b1227 + 64194d1 commit 60a0efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/test_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ BT::NodeStatus BT::TestNode::onCompleted()
6969
}
7070
if(_test_config.post_func)
7171
{
72-
_test_config.pre_func();
72+
_test_config.post_func();
7373
}
7474
return _test_config.return_status;
7575
}

0 commit comments

Comments
 (0)