From 2915d9dbd9c4a0575a94eb1f65a1fc47c866209c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 15 Aug 2010 00:19:38 -0700 Subject: Use click removal to handle harsh panning/volume changes --- OpenAL32/alSource.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenAL32/alSource.c') diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 5435e5d0..7e699816 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -1345,11 +1345,6 @@ AL_API ALvoid AL_APIENTRY alSourcePlayv(ALsizei n, const ALuint *sources) continue; } - for(j = 0;j < OUTPUTCHANNELS;j++) - Source->DryGains[j] = 0.0f; - for(j = 0;j < MAX_SENDS;j++) - Source->WetGains[j] = 0.0f; - if(Source->state != AL_PAUSED) { Source->state = AL_PLAYING; -- cgit v1.2.3