mwhicks-dev / splat-alpha

2D platforming game engine based in C++ and built on top of the SFML multimedia suite.
0 stars 0 forks source link

Handling of key presses appears to sometimes be done out of order #47

Open mwhicks-dev opened 5 months ago

mwhicks-dev commented 5 months ago

This one is easy to recreate by just mashing the LR keys

mwhicks-dev commented 5 months ago

May also be that some press/release events are not registered correctly due to framing, so the velocity is not added correctly for some reason