mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Fix broken node input caching
This commit is contained in:
@@ -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(()))
|
||||||
),*
|
),*
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user