diff options
Diffstat (limited to 'al/effects/effects.cpp')
-rw-r--r-- | al/effects/effects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/effects/effects.cpp b/al/effects/effects.cpp index 7c8447e4..820f1517 100644 --- a/al/effects/effects.cpp +++ b/al/effects/effects.cpp @@ -13,7 +13,7 @@ EaxEffectUPtr eax_create_eax_effect(ALenum al_effect_type, int eax_version) switch (al_effect_type) { case AL_EFFECT_NULL: - return eax_create_eax_null_effect(); + return eax_create_eax_null_effect(eax_version); case AL_EFFECT_CHORUS: return eax_create_eax_chorus_effect(eax_version); |