diff --git a/src/patterns/oneshotman.rs b/src/patterns/oneshotman.rs index cd4c325..14a766c 100644 --- a/src/patterns/oneshotman.rs +++ b/src/patterns/oneshotman.rs @@ -29,7 +29,7 @@ impl Animation for OneShotMan { self.pos = -0.8 + self.velocity * (self.inputs.t.as_millis() as f32) / 1000.0; } } -q + impl ColorGrid for OneShotMan { fn get(&self, p: &Vector2) -> Rgb { if p.y < self.pos {