From 3e6d210767e432c780f892b2365f3644456b61b3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 13 Feb 2022 21:00:28 -0800 Subject: Avoid more unnecessary atomics --- al/auxeffectslot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/auxeffectslot.h') 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 State; } Effect; - al::atomic_invflag mPropsDirty; + bool mPropsDirty{true}; SlotState mState{SlotState::Initial}; -- cgit v1.2.3