We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16a4d2 commit e493cc1Copy full SHA for e493cc1
src/controls/while_do_else_node.cpp
@@ -33,7 +33,7 @@ NodeStatus WhileDoElseNode::tick()
33
34
if(children_count != 3)
35
{
36
- throw std::logic_error("WhileDoElse must have either 2 or 3 children");
+ throw std::logic_error("WhileDoElse must have 3 children");
37
}
38
39
setStatus(NodeStatus::RUNNING);
0 commit comments