mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +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);
|
avatarMixer = agentList->soloAgentOfType(AGENT_TYPE_AVATAR_MIXER);
|
||||||
|
|
||||||
if (avatarMixer != NULL) {
|
if (avatarMixer != NULL) {
|
||||||
avatarMixer->setLastRecvTimeUsecs(usecTimestampNow());
|
avatarMixer->setLastHeardMicrostamp(usecTimestampNow());
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue