diff --git a/src/machinery.rs b/src/machinery.rs index e55ff91..ecc9b1a 100644 --- a/src/machinery.rs +++ b/src/machinery.rs @@ -116,7 +116,7 @@ impl Sparkler { /// Advances the timer in a sparkler, swapping between visible and invisible /// each time the timer expires. -pub fn operate_sparklers(mut sparklers: Query<(&mut Visibility, &mut Sparkler)>, time: Res