aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r--Alc/mixer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index b332030e..393d9210 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -681,7 +681,6 @@ ALboolean MixSource(ALvoice *voice, ALsource *Source, ALCdevice *Device, ALsizei
voice->Moving = AL_TRUE;
/* Update source info */
- ATOMIC_STORE(&Source->state, State, almemory_order_relaxed);
ATOMIC_STORE(&voice->position, DataPosInt, almemory_order_relaxed);
ATOMIC_STORE(&voice->position_fraction, DataPosFrac, almemory_order_relaxed);
ATOMIC_STORE(&voice->current_buffer, BufferListItem, almemory_order_release);