nodes: add missing param

This commit is contained in:
itsmattkc
2021-09-07 22:34:51 -07:00
parent 4c06e15759
commit dba729b9cc
+1 -1
View File
@@ -134,7 +134,7 @@ void Node::Load(QXmlStreamReader *reader, XMLNodeData& xml_node_data, uint versi
}
}
xml_node_data.desired_connections.append({NodeInput(this, param_id, ele), output_node_id.toULongLong()});
xml_node_data.desired_connections.append({NodeInput(this, param_id, ele), output_node_id.toULongLong(), output_param_id});
} else {
reader->skipCurrentElement();
}