cdr255 / sfmlpong

Port of Genvoopl to C++ and SFML.
0 stars 0 forks source link

Stuttering Movement #1

Open cdr255 opened 10 years ago

cdr255 commented 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.

cdr255 commented 10 years ago

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.