mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +02:00
have eve reference new Agent timestamp variables
This commit is contained in:
parent
7508d594d1
commit
ab6a9285ad
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ void *receiveAgentData(void *args) {
|
|||
avatarMixer = agentList->soloAgentOfType(AGENT_TYPE_AVATAR_MIXER);
|
||||
|
||||
if (avatarMixer != NULL) {
|
||||
avatarMixer->setLastRecvTimeUsecs(usecTimestampNow());
|
||||
avatarMixer->setLastHeardMicrostamp(usecTimestampNow());
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue