diff options
Diffstat (limited to 'al/eax_eax_call.cpp')
-rw-r--r-- | al/eax_eax_call.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/al/eax_eax_call.cpp b/al/eax_eax_call.cpp index 76f3dbfd..6c9b00ec 100644 --- a/al/eax_eax_call.cpp +++ b/al/eax_eax_call.cpp @@ -158,14 +158,7 @@ EaxEaxCall::EaxEaxCall( fail("EAX version out of range."); } - if (is_deferred_) - { - if (is_get_) - { - fail("Getting deferred properties not supported."); - } - } - else + if (!is_deferred_) { if (property_set_id_ != EaxEaxCallPropertySetId::fx_slot && property_id_ != 0) |