diff options
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r-- | OpenAL32/alSource.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index fefbdf08..61991b2e 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -1400,10 +1400,8 @@ ALAPI ALvoid ALAPIENTRY alSourcePlayv(ALsizei n, const ALuint *pSourceList) if (bPlay) { for(j = 0;j < OUTPUTCHANNELS;j++) - { pSource->DryGains[j] = 0.0f; - pSource->WetGains[j] = 0.0f; - } + pSource->WetGain = 0.0f; if (pSource->state != AL_PAUSED) { |