mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 13:55:31 +02:00
Move break
This commit is contained in:
parent
d8c60a78bb
commit
6bde4b8324
1 changed files with 0 additions and 2 deletions
|
@ -206,8 +206,6 @@ int AudioMixer::addStreamToMixForListeningNodeWithStream(AudioMixerClientData* l
|
|||
if (_audioZones[listener].contains(listeningNodeStream->getPosition())) {
|
||||
attenuationPerDoublingInDistance = _attenuationCoefficients[source][listener];
|
||||
wantBreak = true;
|
||||
}
|
||||
if (wantBreak) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue