Fix typo for reverb creation

This commit is contained in:
Chris Robinson
2009-12-09 06:46:06 -08:00
parent 84d2d623b6
commit e09b6020a6
+1 -1
View File
@@ -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;