mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
send correct packet in AudioIOStats
This commit is contained in:
parent
60797a26ea
commit
e35217836f
1 changed files with 1 additions and 1 deletions
|
@ -124,5 +124,5 @@ void AudioIOStats::sendDownstreamAudioStatsPacket() {
|
|||
|
||||
// send packet
|
||||
SharedNodePointer audioMixer = nodeList->soloNodeOfType(NodeType::AudioMixer);
|
||||
nodeList->sendPacket(packet, audioMixer);
|
||||
nodeList->sendPacket(statsPacket, audioMixer);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue