oneshotman: remove misplaced character

This commit is contained in:
Michael Sippel 2024-09-28 18:49:54 +02:00
parent efe7ade906
commit abdd63d446

View file

@ -29,7 +29,7 @@ impl Animation for OneShotMan {
self.pos = -0.8 + self.velocity * (self.inputs.t.as_millis() as f32) / 1000.0; self.pos = -0.8 + self.velocity * (self.inputs.t.as_millis() as f32) / 1000.0;
} }
} }
q
impl ColorGrid for OneShotMan { impl ColorGrid for OneShotMan {
fn get(&self, p: &Vector2<f32>) -> Rgb<f32> { fn get(&self, p: &Vector2<f32>) -> Rgb<f32> {
if p.y < self.pos { if p.y < self.pos {