Skip to content

Commit 56fafa9

Browse files
Fix the 'Mask' node from always erroring (#2474)
Fix mask node upstream input calculation. Co-authored-by: Keavon Chambers <keavon@keavon.com>
1 parent 1001ec2 commit 56fafa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/src/messages/portfolio/document/node_graph/document_node_definitions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ fn static_nodes() -> Vec<DocumentNodeDefinition> {
809809
NodeInput::value(TaggedValue::ImageFrame(ImageFrameTable::one_empty_image()), true),
810810
NodeInput::value(TaggedValue::ImageFrame(ImageFrameTable::one_empty_image()), true),
811811
],
812+
manual_composition: Some(generic!(T)),
812813
..Default::default()
813814
},
814815
persistent_node_metadata: DocumentNodePersistentMetadata {

0 commit comments

Comments
 (0)