mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 03:56:32 +02:00
oops forgot one thing...
This commit is contained in:
parent
285520dff7
commit
80d4033767
1 changed files with 2 additions and 0 deletions
|
@ -607,6 +607,8 @@ void AudioMixer::handleNodeMuteRequestPacket(QSharedPointer<ReceivedMessage> pac
|
|||
auto node = nodeList->nodeWithUUID(nodeUUID);
|
||||
if (node) {
|
||||
// we need to set a flag so we send them the appropriate packet to mute them
|
||||
AudioMixerClientData* nodeData = (AudioMixerClientData*)node->getLinkedData();
|
||||
nodeData->setShouldMuteClient(true);
|
||||
|
||||
} else {
|
||||
qWarning() << "Node mute packet received for unknown node " << uuidStringWithoutCurlyBraces(nodeUUID);
|
||||
|
|
Loading…
Reference in a new issue