mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-11 17:23:24 +02:00
pack agent ID, not socket, from avatar mixer
This commit is contained in:
parent
07b5e86b8a
commit
613d5ab5f6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const int AVATAR_LISTEN_PORT = 55444;
|
|||
const unsigned short BROADCAST_INTERVAL_USECS = 20 * 1000 * 1000;
|
||||
|
||||
unsigned char *addAgentToBroadcastPacket(unsigned char *currentPosition, Agent *agentToAdd) {
|
||||
currentPosition += packSocket(currentPosition, agentToAdd->getPublicSocket());
|
||||
currentPosition += packAgentId(currentPosition, agentToAdd->getAgentId());
|
||||
|
||||
AvatarAgentData *agentData = (AvatarAgentData *)agentToAdd->getLinkedData();
|
||||
|
||||
|
|
Loading…
Reference in a new issue