diff options
Diffstat (limited to 'al/state.cpp')
-rw-r--r-- | al/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/state.cpp b/al/state.cpp index ae761fb8..e2f164ca 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -142,7 +142,7 @@ END_API_FUNC if(!context->mDeferUpdates.load(std::memory_order_acquire)) \ UpdateContextProps(context.get()); \ else \ - context->mPropsClean.clear(std::memory_order_release); \ + context->mPropsDirty.set(std::memory_order_release); \ } while(0) |