diff options
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r-- | Alc/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c index 88dbde88..69e52a6e 100644 --- a/Alc/mixer.c +++ b/Alc/mixer.c @@ -156,7 +156,7 @@ static inline ResamplerFunc SelectResampler(enum Resampler resampler) /* The sinc resampler makes use of a Kaiser window to limit the needed sample - * points to 4 and 8, respectively. + * points to 4. */ #ifndef M_PI |