sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
13 stars 1 forks source link

Group jitters at a fixed interval #201

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

This was not noticed on the player itself before #190 because the camera was centered on the player. It would have an effect on the background and mines. Now that the camera is moving independent of the player, you can see the player jitter.

sourencho commented 4 years ago

I suspect this is because the physics time_delta occasionally doubles from 16ms to 32ms due to accumulated remainder