From 1dee1245ff8497e99f832146f473d68762e27838 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 24 Sep 2011 21:21:59 -0700 Subject: A static source only has one buffer in the queue --- Alc/mixer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Alc/mixer.c') 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; } -- cgit v1.2.3