diff options
Diffstat (limited to 'al/auxeffectslot.cpp')
-rw-r--r-- | al/auxeffectslot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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_); } |