09.06.2012, 17:20
Quote:
Doesn't this seem quite logical?
OnPlayerUpdate -> SetPlayerPos: ok, you set a new pos -> GetPlayerPos: where did you get a new update? You're still using the same information you got, nothing else updated next OnPlayerUpdate -> GetPlayerPos: aha, new position information. I don't know, it seems logical to me... |
-> SetPlayerPos: Set new position and store the new position
-> GetPlayerPos: Gets the new position
-> OnPlayerUpdate: Store updated position