Skip to content

Commit

Permalink
removed the commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
EllenGYY committed Mar 9, 2025
1 parent b5112e5 commit 5c8ffa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ target/
perf.data*
profile.json
flamegraph.svg

.cursor/
.vscode/
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ fn static_nodes() -> Vec<DocumentNodeDefinition> {
implementation: DocumentNodeImplementation::ProtoNode(ProtoNodeIdentifier::new("graphene_std::raster::NoisePatternNode")),
inputs: vec![
NodeInput::value(TaggedValue::None, false),
// NodeInput::value(TaggedValue::Bool(false), false),
NodeInput::value(TaggedValue::Bool(true), false),
NodeInput::value(TaggedValue::U32(0), false),
NodeInput::value(TaggedValue::F64(10.), false),
Expand Down

0 comments on commit 5c8ffa7

Please sign in to comment.