09.06.2012, 12:50
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...
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...