Open cdr255 opened 10 years ago
The animation of the ball (and presumably the paddles) is extremely stuttery and slow. I have tried to use a sf::Clock to fix it, and it worked somewhat, but it is still very slow.
As I have tested it, it seems to be related to the Event Handling.
When I press a key (which is the only event tested for as of now) the animation jumps forward by a large amount.
The animation of the ball (and presumably the paddles) is extremely stuttery and slow. I have tried to use a sf::Clock to fix it, and it worked somewhat, but it is still very slow.