diff options
author | Chris Robinson <[email protected]> | 2019-10-14 20:45:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-10-14 20:45:23 -0700 |
commit | f58167e72dbc2844a06358ccd78d579feb17532a (patch) | |
tree | bb96812bcf53ebb5b3a7472ea4ca6cb263522dac /alc/voice.h | |
parent | 33fd1f9efd46c056cd4348e76cd9048b37721c8b (diff) |
More sanely handle the voice state when mixing
Diffstat (limited to 'alc/voice.h')
-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 206e2e6b..d6b624f9 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -287,7 +287,7 @@ struct ALvoice { return *this; } - void mix(State vstate, ALCcontext *Context, const ALuint SamplesToDo); + void mix(const State vstate, ALCcontext *Context, const ALuint SamplesToDo); }; #endif /* VOICE_H */ |