send brodcastPacket instead of pointer to broadcastPacket

This commit is contained in:
Stephen Birarda 2013-07-11 11:07:27 -07:00
parent 64887f2a36
commit cc10afb8c4

View file

@ -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 {