sourencho / ungroup_game

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

Fix interpolation replay bug and add flag to disable it #114

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

Fixes #102

I've disabled replay because it's resulting in a more jittery and undesirable experience. I can't tell if it's not implemented correctly or if it's just not what we want.