diff options
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index 555874c4..88e15c2e 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -203,7 +203,7 @@ struct ALvoice { std::atomic<ALuint> mSourceID{0u}; std::atomic<State> mPlayState{Stopped}; - std::atomic<bool> mPendingStop{false}; + std::atomic<bool> mPendingChange{false}; /** * Source offset in samples, relative to the currently playing buffer, NOT |