aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/effects')
-rw-r--r--Alc/effects/reverb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Alc/effects/reverb.c b/Alc/effects/reverb.c
index 525d7f30..17d2fa84 100644
--- a/Alc/effects/reverb.c
+++ b/Alc/effects/reverb.c
@@ -1431,9 +1431,7 @@ static ALvoid ALreverbState_processStandard(ALreverbState *State, ALuint Samples
const ALfloat delta = 1.0f / (ALfloat)(SamplesToDo-base);
ALuint todo = minu(SamplesToDo-base, MAX_UPDATE_SAMPLES);
- /* Convert B-Foramt to A-Format for processing (could use the row
- * mixers).
- */
+ /* Convert B-Foramt to A-Format for processing. */
memset(afmt, 0, sizeof(*afmt)*4);
for(c = 0;c < 4;c++)
MixRowSamples(afmt[c], B2A.m[c],