From 1e1a8837f8a595639aa8933889b892766379d111 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 5 Oct 2016 15:09:14 -0700 Subject: [PATCH] Update a comment about using row mixers --- Alc/effects/reverb.c | 4 +--- 1 file changed, 1 insertion(+), 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],