diff options
author | Chris Robinson <[email protected]> | 2009-04-12 18:54:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-04-12 18:54:26 -0700 |
commit | ee1b02b709dff0043912028ec8baf47660df3e9d (patch) | |
tree | fb29b0f9ecfaeadb9ecb72b12cf2ec0ded71dbd3 /Alc/alcEcho.c | |
parent | 55c790c9ff28acad5e5da365bee8a6f693d21796 (diff) |
Fix comment regarding the 3rd echo tap
Diffstat (limited to 'Alc/alcEcho.c')
-rw-r--r-- | Alc/alcEcho.c | 4 |
1 files 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]; |