From 7635afcb520747b74b7c65bb522016c2c7c2da4d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 14 Sep 2012 04:13:18 -0700 Subject: Use a source param for the resampler and move them to the mixer source --- OpenAL32/Include/alSource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alSource.h') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index c9832e47..005663bd 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -149,6 +149,7 @@ typedef struct ALsource /** Current target parameters used for mixing. */ struct { + ResamplerFunc Resample; DryMixerFunc DryMix; WetMixerFunc WetMix; -- cgit v1.2.3