move the AudioClient mix packet

This commit is contained in:
Stephen Birarda 2015-07-07 16:30:50 -07:00
parent 2a69a89696
commit ff487ee092

View file

@ -831,7 +831,7 @@ void AudioMixer::run() {
sendAudioEnvironmentPacket(node);
// send mixed audio packet
nodeList->sendPacket(mixPacket, node);
nodeList->sendPacket(std::move(mixPacket), node);
nodeData->incrementOutgoingMixedAudioSequenceNumber();
// send an audio stream stats packet if it's time