From f85bf6fd98a0a2e6b59912dfe0f27e99d2d98d67 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 10 Mar 2023 23:39:39 -0800 Subject: Convert the EAX Compressor effect And combine some type checks. --- al/auxeffectslot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/auxeffectslot.cpp') diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index 7bfd14ae..3e755569 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -1089,7 +1089,7 @@ void ALeffectslot::eax_commit() eax_fx_slot_set_flags(); } - if(eax_effect_->do_commit(eax_version_)) + if(eax_effect_->commit(eax_version_)) eax_set_efx_slot_effect(*eax_effect_); } -- cgit v1.2.3