aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/al/source.h b/al/source.h
index 7c0e4a15..6db6bfa7 100644
--- a/al/source.h
+++ b/al/source.h
@@ -216,8 +216,8 @@ public:
void eax_initialize(ALCcontext *context) noexcept;
- void eax_dispatch(
- const EaxEaxCall& eax_call);
+ void eax_dispatch(const EaxEaxCall& eax_call)
+ { eax_call.is_get() ? eax_get(eax_call) : eax_set(eax_call); }
void eax_update_filters();