From 68ab23236417ff54057380c1a3c08ec8f4c98838 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 26 Apr 2012 06:44:37 -0700 Subject: Use a separate loop to actually update DataPosFrac and DataPosInt --- OpenAL32/Include/alu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenAL32/Include/alu.h') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index fa71480a..637a668d 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -121,8 +121,7 @@ struct ALsource; struct ALbuffer; typedef ALvoid (*MixerFunc)(struct ALsource *self, ALCdevice *Device, - const ALvoid *RESTRICT data, - ALuint *DataPosInt, ALuint *DataPosFrac, + const ALvoid *RESTRICT srcdata, ALuint srcfrac, ALuint OutPos, ALuint SamplesToDo, ALuint BufferSize); -- cgit v1.2.3