mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Fix noise pattern parameter issue (#2412)
* fix noise pattern parameter issue * removed the commented out line
This commit is contained in:
parent
85fac63bb2
commit
56662339cc
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ fn static_nodes() -> Vec<DocumentNodeDefinition> {
|
|||
manual_composition: Some(concrete!(Context)),
|
||||
implementation: DocumentNodeImplementation::ProtoNode(ProtoNodeIdentifier::new("graphene_std::raster::NoisePatternNode")),
|
||||
inputs: vec![
|
||||
NodeInput::value(TaggedValue::Bool(false), false),
|
||||
NodeInput::value(TaggedValue::None, false),
|
||||
NodeInput::value(TaggedValue::Bool(true), false),
|
||||
NodeInput::value(TaggedValue::U32(0), false),
|
||||
NodeInput::value(TaggedValue::F64(10.), false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue