diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1604,7 +1604,7 @@ void ALCcontext_DeferUpdates(ALCcontext *context) if(source->state != AL_PLAYING && source->state != AL_PAUSED) { voice->Source = NULL; - continue; + goto next; } if(ATOMIC_EXCHANGE(ALenum, &source->NeedsUpdate, AL_FALSE) || UpdateSources) |