diff options
author | Chris Robinson <[email protected]> | 2019-08-20 06:03:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-20 06:03:31 -0700 |
commit | 2ab52968f4faa48a0857eaa8423ae7576f64f2d6 (patch) | |
tree | 875318832bca0e7e1c62d9c1f1360628d4e37d54 /alc/alu.h | |
parent | 7a8f81259c515291126f29a0e65aff791efe16b0 (diff) |
Track the MixVoice sample count and fade counter as unsigned
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -445,7 +445,7 @@ inline std::array<ALfloat,MAX_AMBI_CHANNELS> GetAmbiIdentityRow(size_t i) noexce } -void MixVoice(ALvoice *voice, ALvoice::State vstate, const ALuint SourceID, ALCcontext *Context, const ALsizei SamplesToDo); +void MixVoice(ALvoice *voice, ALvoice::State vstate, const ALuint SourceID, ALCcontext *Context, const ALuint SamplesToDo); void aluMixData(ALCdevice *device, ALvoid *OutBuffer, ALsizei NumSamples); /* Caller must lock the device state, and the mixer must not be running. */ |