From 04d5d30bd5c5b3cb93bddef044090a4c75aeaa77 Mon Sep 17 00:00:00 2001 From: maxluli Date: Wed, 11 May 2022 13:55:36 +0200 Subject: [PATCH] Life is made to suffer --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }