diff options
author | Boris I. Bendovsky <[email protected]> | 2022-07-14 20:24:52 +0300 |
---|---|---|
committer | Boris I. Bendovsky <[email protected]> | 2022-07-17 20:59:04 +0300 |
commit | c88c5e6189fda16bdc0f9d87d64f5e11a8f1a40a (patch) | |
tree | 05eaacf7b5e816603d73c709ea2851129489cfe1 /al | |
parent | e9bb078806f7b34d7214cd9b9a50d0deeea9c0c5 (diff) |
[EAX_FX_SLOT] Mark sources as changed instead of commiting them to catch up with changes in FX slot
Diffstat (limited to 'al')
-rw-r--r-- | al/source.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/source.h b/al/source.h index a1efd527..554ead5f 100644 --- a/al/source.h +++ b/al/source.h @@ -163,6 +163,7 @@ public: void eax_dispatch(const EaxCall& call); void eax_commit() { eax_commit(EaxCommitType::normal); } void eax_commit_and_update(); + void eax_mark_as_changed() { eax_changed_ = true; } bool eax_is_initialized() const noexcept { return eax_al_context_ != nullptr; } static ALsource* eax_lookup_source(ALCcontext& al_context, ALuint source_id) noexcept; |