mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 02:44:36 +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
|
||||
nodeList->getNodeSocket()->send(avatarMixer->getActiveSocket(),
|
||||
&broadcastPacket,
|
||||
broadcastPacket,
|
||||
numBytesPacketHeader);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue