mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Add "Loop Level" to the Position context reader node (#3679)
* Add "Loop Level" to the Position context reader node * Remove InjectPosition
This commit is contained in:
@@ -114,7 +114,7 @@ async fn create_context<'a: 'n>(
|
||||
.with_footprint(footprint)
|
||||
.with_real_time(render_config.time.time)
|
||||
.with_animation_time(render_config.time.animation_time.as_secs_f64())
|
||||
.with_pointer(render_config.pointer)
|
||||
.with_pointer_position(render_config.pointer)
|
||||
.with_vararg(Box::new(render_params))
|
||||
.into_context();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user