Fix comment regarding the 3rd echo tap

This commit is contained in:
Chris Robinson
2009-04-12 18:54:26 -07:00
parent 55c790c9ff
commit ee1b02b709
+2 -2
View File
@@ -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];