aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alcontext.h')
-rw-r--r--alc/alcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alcontext.h b/alc/alcontext.h
index b1ec0a6b..860b129b 100644
--- a/alc/alcontext.h
+++ b/alc/alcontext.h
@@ -202,7 +202,7 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext> {
al::vector<WetBufferPtr> mWetBuffers;
- std::atomic_flag mPropsClean;
+ al::atomic_invflag mPropsDirty;
std::atomic<bool> mDeferUpdates{false};
std::mutex mPropLock;