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

Skip to content

Commit 2db7bfe

Browse files
1 parent 89a1461 commit 2db7bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decorators/inverter_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace BT
1818
InverterNode::InverterNode(const std::string& name) :
1919
DecoratorNode(name, {} )
2020
{
21-
setRegistrationID("AlwaysSuccess");
21+
setRegistrationID("Inverter");
2222
}
2323

2424
NodeStatus InverterNode::tick()

0 commit comments

Comments
 (0)