diff options
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h index 850c31aa..b59f1ab7 100644 --- a/al/source.h +++ b/al/source.h @@ -161,7 +161,7 @@ struct ALsource { public: void eax_initialize(ALCcontext *context) noexcept; void eax_dispatch(const EaxCall& call); - void eax_commit(); + void eax_commit() { eax_commit(EaxCommitType::normal); } void eax_commit_and_update(); bool eax_is_initialized() const noexcept { return eax_al_context_ != nullptr; } |