mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 01:44:07 +02:00
move the AudioClient mix packet
This commit is contained in:
parent
2a69a89696
commit
ff487ee092
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue