diff options
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/al/source.cpp b/al/source.cpp index 3009edd8..3f416151 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -5681,12 +5681,6 @@ void ALsource::eax_set( default: eax_fail("Unsupported property id."); } - - if(!eax_call.is_deferred()) - { - eax_apply_deferred(); - EaxUpdateSourceVoice(this, eax_al_context_); - } } const GUID& ALsource::eax_get_send_fx_slot_guid( |