diff options
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h index a89a8297..27e012af 100644 --- a/al/source.h +++ b/al/source.h @@ -187,7 +187,7 @@ struct ALsource { /** Source Buffer Queue head. */ al::deque<ALbufferQueueItem> mQueue; - al::atomic_invflag mPropsDirty; + bool mPropsDirty{false}; /* Index into the context's Voices array. Lazily updated, only checked and * reset when looking up the voice. |