Fix broken node input caching
This commit is contained in:
parent
6139e807d0
commit
531438161e
|
|
@ -30,7 +30,7 @@ macro_rules! construct_node {
|
|||
args.reverse();
|
||||
<$path>::new($(graphene_core::value::ClonedNode::new(
|
||||
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…
Reference in New Issue