diff options
author | Chris Robinson <[email protected]> | 2019-10-02 19:22:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-10-02 19:22:14 -0700 |
commit | 324fb8d0b7586a339c79ea57389f232470e0d659 (patch) | |
tree | 07635cfd6ceb796b955c42e8cefecf0314f3ad43 | |
parent | 58085f1c7b64992065e65858d98acfd2c2db3514 (diff) |
Fix a comment
-rw-r--r-- | alc/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index 3b1675e6..309c901f 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -50,7 +50,7 @@ struct BsincState { float sf; /* Scale interpolation factor. */ ALuint m; /* Coefficient count. */ ALuint l; /* Left coefficient offset. */ - /* Filter coefficients, followed by the scale, phase, and scale-phase + /* Filter coefficients, followed by the phase, scale, and scale-phase * delta coefficients. Starting at phase index 0, each subsequent phase * index follows contiguously. */ |