aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-06-18 14:16:44 -0700
committerChris Robinson <[email protected]>2022-06-18 14:16:44 -0700
commit83363e3332076a3b55d2c036a7e5b9da31e56afd (patch)
treecd75c66da9b9162c35250b5fe7b34bb03c3de4b3 /al/source.h
parentd21ff67554d494ec53dcb4747b828478f8d5690a (diff)
Fix checking if the primary effect slot changed
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h2
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; }