Set "Run" input default to true

This commit is contained in:
Hans Goudey 2022-12-01 16:34:50 -06:00
parent 18b2ec1963
commit bdd71c129c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ NODE_STORAGE_FUNCS(NodeGeometrySimulationOutput);
static void node_declare(NodeDeclarationBuilder &b)
{
b.add_input<decl::Bool>(N_("Run"));
b.add_input<decl::Bool>(N_("Run")).default_value(true);
b.add_input<decl::Geometry>(N_("Geometry"));
b.add_output<decl::Bool>(N_("Started"));
b.add_output<decl::Bool>(N_("Ended"));