From c88c5e6189fda16bdc0f9d87d64f5e11a8f1a40a Mon Sep 17 00:00:00 2001 From: "Boris I. Bendovsky" Date: Thu, 14 Jul 2022 20:24:52 +0300 Subject: [EAX_FX_SLOT] Mark sources as changed instead of commiting them to catch up with changes in FX slot --- al/source.h | 1 + 1 file changed, 1 insertion(+) (limited to 'al/source.h') 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; -- cgit v1.2.3