From ee1b02b709dff0043912028ec8baf47660df3e9d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 12 Apr 2009 18:54:26 -0700 Subject: [PATCH] Fix comment regarding the 3rd echo tap --- Alc/alcEcho.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alc/alcEcho.c b/Alc/alcEcho.c index 6640d9af..cbc57a03 100644 --- a/Alc/alcEcho.c +++ b/Alc/alcEcho.c @@ -38,8 +38,8 @@ struct ALechoState { ALfloat *SampleBuffer; ALuint BufferLength; - // The echo is two tap. The third tap is the offset to sample from for - // feedback + // The echo is two tap. The third tap is the offset to write the feedback + // and input sample to struct { ALuint offset; } Tap[3]; -- 2.11.4.GIT