aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-12-09 06:46:06 -0800
committerChris Robinson <[email protected]>2009-12-09 06:46:06 -0800
commite09b6020a6f7def39251a061a956965cea87a783 (patch)
treeaf9fc1721b0381f9b7a8bbd4ac2930b31e5eaa64
parent84d2d623b644880eb4d677d45e257ffb00f6244c (diff)
Fix typo for reverb creation
-rw-r--r--Alc/alcReverb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcReverb.c b/Alc/alcReverb.c
index 4d800187..fed1d5d2 100644
--- a/Alc/alcReverb.c
+++ b/Alc/alcReverb.c
@@ -1330,7 +1330,7 @@ ALeffectState *VerbCreate(void)
State->Echo.LpCoeff = 0.0f;
State->Echo.LpSample = 0.0f;
State->Echo.MixCoeff[0] = 0.0f;
- State->Echo.MixCoeff[1] = 1.0f;
+ State->Echo.MixCoeff[1] = 0.0f;
State->Offset = 0;