mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:03:57 +02:00
removed space
This commit is contained in:
parent
d5a30ff6ee
commit
abca4661f4
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ void AudioMixer::addBufferToMixForListeningNodeWithBuffer(PositionalAudioRingBuf
|
|||
delayNextOutputStart = bufferStart + ringBufferSampleCapacity - numSamplesDelay;
|
||||
}
|
||||
|
||||
|
||||
for (int i = 0; i < numSamplesDelay; i++) {
|
||||
int parentIndex = i * 2;
|
||||
_clientSamples[parentIndex + delayedChannelOffset] += delayNextOutputStart[i] * attenuationAndWeakChannelRatio;
|
||||
|
|
Loading…
Reference in a new issue