From a7b4e0b5c5eefb8476836aad094035bd0a5cbcd5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 21 Nov 2010 06:32:59 -0800 Subject: Get rid of the device timer stuff --- Alc/ALu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Alc/ALu.c') diff --git a/Alc/ALu.c b/Alc/ALu.c index 8fc7269b..79c18254 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -749,7 +749,6 @@ ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size) ProcessContext(*ctx); ctx++; } - device->SamplesPlayed += SamplesToDo; ProcessContext(NULL); //Post processing loop -- cgit v1.2.3