cBournhonesque/lightyear

Add unit test for handling TickEvent

cBournhonesque opened this issue · 0 comments

When the client desyncs with the server, its Tick gets suddenly changed and a TickEvent is emitted.

Other systems react to this tick event to update their internal buffers (for example input systems).

There are no unit tests that check that this works correctly.