The PlayerPosition struct should store the time of the update

Issue #5 resolved
Former user created an issue

Currently, the PlayerPosition struct does not hold the time of the last update. This forces modules that wish to do position interpolation to store the time themselves, which is redundant and unnecessary.

My proposed solution is to add: ticks_t time; to the end of the PlayerPosition struct.

Comments (3)

  1. Log in to comment