Avoid using a flag to specify if the effect state needs to be updated
commit576c1116a65bd66effce6d92d1aa7e21d1dee83a
authorChris Robinson <chris.kcat@gmail.com>
Sun, 15 May 2016 08:19:05 +0000 (15 01:19 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 15 May 2016 08:19:05 +0000 (15 01:19 -0700)
tree5b7137d90d74e005c9a042ed2c1eef8b4858d7b8
parentb3338d25f6d4fd02935ac83d0d3f227b145307d1
Avoid using a flag to specify if the effect state needs to be updated

This fixes a potential missed state change if an update with a new state got
replaced with one that doesn't.
Alc/ALc.c
Alc/ALu.c
OpenAL32/Include/alAuxEffectSlot.h
OpenAL32/alAuxEffectSlot.c