diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 30f9caac..d845b2b4 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -48,7 +48,7 @@ struct ALeffectslot { al::intrusive_ptr<EffectState> State; } Effect; - al::atomic_invflag mPropsDirty; + bool mPropsDirty{true}; SlotState mState{SlotState::Initial}; |