aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alAuxEffectSlot.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-10-02 22:20:42 -0700
committerChris Robinson <[email protected]>2008-10-02 22:20:42 -0700
commit3863dcc9cb1b49ee028ccfacaf0a238dcb5de29c (patch)
treefafb9e0d306fcb77a6238a35935348ce1036ea52 /OpenAL32/alAuxEffectSlot.c
parenta2568409fce7cc6b5c2537fe095fa910afb0561c (diff)
Use a new low-pass filter, based on the I3DL2 spec
Many thanks to Christopher Fitzgerald, for helping with it
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r--OpenAL32/alAuxEffectSlot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c
index 31218054..235d1b8d 100644
--- a/OpenAL32/alAuxEffectSlot.c
+++ b/OpenAL32/alAuxEffectSlot.c
@@ -71,8 +71,6 @@ ALvoid AL_APIENTRY alGenAuxiliaryEffectSlots(ALsizei n, ALuint *effectslots)
break;
}
- InitLowPassFilter(Context, &(*list)->iirFilter);
-
(*list)->Gain = 1.0;
(*list)->AuxSendAuto = AL_TRUE;
(*list)->refcount = 0;