mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 02:08:11 +08:00
Add the core execution types, the borrowed context, and the seeded u64 fx hasher
This commit is contained in:
@@ -370,7 +370,7 @@ impl ProtoNetwork {
|
||||
let mut combined_deps = ContextFeatures::default();
|
||||
let node_index = id.0 as usize;
|
||||
|
||||
let context_features = self.nodes[node_index].1.context_features;
|
||||
let context_features = self.nodes[node_index].1.context_features.clone();
|
||||
|
||||
let mut inputs = match &self.nodes[node_index].1.construction_args {
|
||||
// We pretend like we have already placed context modification nodes after ourselves because value nodes don't need to be cached
|
||||
|
||||
Reference in New Issue
Block a user