mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:58:09 +02:00
send brodcastPacket instead of pointer to broadcastPacket
This commit is contained in:
parent
64887f2a36
commit
cc10afb8c4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ int main(int argc, char* argv[]) {
|
||||||
|
|
||||||
// use the UDPSocket instance attached to our node list to ask avatar mixer for a list of avatars
|
// use the UDPSocket instance attached to our node list to ask avatar mixer for a list of avatars
|
||||||
nodeList->getNodeSocket()->send(avatarMixer->getActiveSocket(),
|
nodeList->getNodeSocket()->send(avatarMixer->getActiveSocket(),
|
||||||
&broadcastPacket,
|
broadcastPacket,
|
||||||
numBytesPacketHeader);
|
numBytesPacketHeader);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue