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 4112abcf..f78ffb40 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -797,7 +797,6 @@ ALvoid MixSource(ALsource *Source, ALCdevice *Device, ALuint SamplesToDo)
if(Looping && Source->lSourceType == AL_STATIC)
{
- BufferListItem = Source->queue;
DataPosInt = ((DataPosInt-LoopStart)%(LoopEnd-LoopStart)) + LoopStart;
break;
}