raysan5 / raylib-games

A collection of games made with raylib
https://www.raylib.com/games.html
zlib License
570 stars 75 forks source link

Fix Ball Height Bug #27

Open ninadsachania opened 4 months ago

ninadsachania commented 4 months ago

This is to fix a bug where the ball when it was in the inactive state floated above the paddle instead of sitting flush.

Before:

image

After:

image

ninadsachania commented 4 months ago

Hey, @raysan5, can you please review this PR? Thank you!