Skip to content

Commit 53ad1d4

Browse files
committed
Add "Loop Level" to the Position context reader node
1 parent ede34b1 commit 53ad1d4

5 files changed

Lines changed: 247 additions & 112 deletions

File tree

node-graph/interpreted-executor/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub fn wrap_network_in_scope(mut network: NodeNetwork, editor_api: Arc<WasmEdito
5757
implementation: DocumentNodeImplementation::ProtoNode(graphene_std::render_node::create_context::IDENTIFIER),
5858
context_features: graphene_std::ContextDependencies {
5959
extract: ContextFeatures::empty(),
60-
inject: ContextFeatures::REAL_TIME | ContextFeatures::ANIMATION_TIME | ContextFeatures::POINTER | ContextFeatures::FOOTPRINT | ContextFeatures::VARARGS,
60+
inject: ContextFeatures::REAL_TIME | ContextFeatures::ANIMATION_TIME | ContextFeatures::POINTER_POSITION | ContextFeatures::FOOTPRINT | ContextFeatures::VARARGS,
6161
},
6262
..Default::default()
6363
},

0 commit comments

Comments
 (0)