From bc0096365e66b8114a54bb533e818deb794c7601 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 6 Mar 2017 13:16:14 -0800 Subject: Don't modify the source state in the mixer --- Alc/mixer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Alc') 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); -- cgit v1.2.3