mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 06:51:15 +02:00
fix comment for change from replicant to downstream
This commit is contained in:
parent
4539d615d7
commit
4688fe4c39
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ void AudioMixerClientData::optionallyReplicatePacket(ReceivedMessage& message, c
|
|||
|
||||
std::unique_ptr<NLPacket> packet;
|
||||
|
||||
// enumerate the replicant audio mixers and send them the replicated version of this packet
|
||||
// enumerate the downstream audio mixers and send them the replicated version of this packet
|
||||
nodeList->eachMatchingNode([&](const SharedNodePointer& node)->bool {
|
||||
return node->getType() == NodeType::DownstreamAudioMixer;
|
||||
}, [&](const SharedNodePointer& node) {
|
||||
|
|
Loading…
Reference in a new issue