fix BrushNode unadjusted path

This commit is contained in:
Firestar99 2025-07-06 10:12:12 +02:00
parent df9ade978b
commit b0ce31639d

View file

@ -1024,7 +1024,7 @@ fn static_nodes() -> Vec<DocumentNodeDefinition> {
NodeInput::network(concrete!(BrushCache), 2),
],
manual_composition: Some(concrete!(Context)),
implementation: DocumentNodeImplementation::ProtoNode(ProtoNodeIdentifier::new("graphene_std::brush::BrushNode")),
implementation: DocumentNodeImplementation::ProtoNode(ProtoNodeIdentifier::new("graphene_brush::brush::BrushNode")),
..Default::default()
}]
.into_iter()