Life is made to suffer

This commit is contained in:
2022-05-11 13:55:36 +02:00
parent c92d6a3f00
commit 04d5d30bd5
+1 -1
View File
@@ -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);
}
}
}