diff options
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 6e315e8f..dd44b436 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -69,7 +69,7 @@ struct ALeffectslot { EffectState *State{nullptr}; } Effect; - ATOMIC(ALenum) PropsClean{AL_TRUE}; + std::atomic_flag PropsClean{true}; RefCount ref{0u}; |