This commit is contained in:
Timon
2026-06-17 10:59:13 +00:00
parent b01c6ea3ab
commit b092ba6751
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub fn wrap_network_in_scope(network: NodeNetwork, editor_api: Arc<PlatformEdito
DocumentNode {
call_argument: concrete!(Context),
inputs: vec![
NodeInput::scope(graphene_std::render_background::composit_background_pipeline::IDENTIFIER),
NodeInput::scope(graphene_std::render_background::composite_background_pipeline::IDENTIFIER),
NodeInput::node(NodeId(3), 0),
],
implementation: DocumentNodeImplementation::ProtoNode(graphene_std::render_background::render_background::IDENTIFIER),