Don't store the looping state in the voice
commit0fcd39c4c0205b8229df16f48b05cf0bf6600287
authorChris Robinson <chris.kcat@gmail.com>
Mon, 1 Aug 2016 06:42:30 +0000 (31 23:42 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 1 Aug 2016 06:42:30 +0000 (31 23:42 -0700)
treee94485a070eb032097ee010f15984d83dafa2d2f
parent48ff5d4ce8bd5f2d65c1aa8af77c2923d3be801c
Don't store the looping state in the voice

Certain operations on the buffer queue depend on the loop state to behave
properly, so it should not be deferred until the async voice update occurs.
Alc/ALu.c
Alc/mixer.c
OpenAL32/Include/alSource.h
OpenAL32/alSource.c