Fix comment regarding the 3rd echo tap
This commit is contained in:
+2
-2
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user