aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-10-05 15:09:14 -0700
committerChris Robinson <[email protected]>2016-10-05 15:09:14 -0700
commit1e1a8837f8a595639aa8933889b892766379d111 (patch)
treed40ed2bfa69f75497d3fb8ff8acc1487f7100db9
parent06639b8250f102cb729e3fe49f6ade9b949944fc (diff)
Update a comment about using row mixers
-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],