diff --git a/src/main.rs b/src/main.rs index 93abbf9..90785c3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -297,7 +297,7 @@ impl Simulation{ bird.shape.set_x(posx); bird.shape.set_y(posy); - //bird.velocity = Point::new(0,0); + bird.velocity = Point::new(0,0); } } }