mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-08 00:05:00 +00:00
Fix broken node input caching
This commit is contained in:
parent
8fe8896c4a
commit
0512cb249f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ macro_rules! construct_node {
|
||||||
args.reverse();
|
args.reverse();
|
||||||
<$path>::new($(graphene_core::value::ClonedNode::new(
|
<$path>::new($(graphene_core::value::ClonedNode::new(
|
||||||
graphene_std::any::input_node::<$type>(args.pop()
|
graphene_std::any::input_node::<$type>(args.pop()
|
||||||
.expect("Not enough arguments provided to construct node"))).eval(())
|
.expect("Not enough arguments provided to construct node")).eval(()))
|
||||||
),*
|
),*
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue