diff --git a/src/audio.cpp b/src/audio.cpp index 5715c94..9865a5f 100644 --- a/src/audio.cpp +++ b/src/audio.cpp @@ -561,6 +561,7 @@ namespace audio { float right = value * dryGain + wet.r * wetGain; mix[0 ^ ch] += left; mix[1 ^ ch] += right; + break; } for (int ch = 0; ch < channels; ch++)