aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/mixer_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c
index c5091322..87e8c8e0 100644
--- a/Alc/mixer_c.c
+++ b/Alc/mixer_c.c
@@ -94,7 +94,7 @@ void MixDirect_C(DirectParams *params, const ALfloat *restrict data, ALuint srcc
{
ALuint pos = 0;
Step = params->Mix.Gains.Step[srcchan][c];
- if(Step != 0.0f && Counter > 0)
+ if(Step != 1.0f && Counter > 0)
{
DrySend = params->Mix.Gains.Current[srcchan][c];
for(;pos < BufferSize && pos < Counter;pos++)