mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 19:42:36 +02:00
Fix stupid variable swap
This commit is contained in:
parent
9a928a3d55
commit
d8c60a78bb
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ int AudioMixer::addStreamToMixForListeningNodeWithStream(AudioMixerClientData* l
|
|||
if (_audioZones[source].contains(streamToAdd->getPosition())) {
|
||||
foreach (const QString& listener, _attenuationCoefficients[source].keys()) {
|
||||
if (_audioZones[listener].contains(listeningNodeStream->getPosition())) {
|
||||
attenuationCoefficient = _attenuationCoefficients[source][listener];
|
||||
attenuationPerDoublingInDistance = _attenuationCoefficients[source][listener];
|
||||
wantBreak = true;
|
||||
}
|
||||
if (wantBreak) {
|
||||
|
|
Loading…
Reference in a new issue