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 850ce64f..5bfa6616 100644 --- a/al/source.h +++ b/al/source.h @@ -200,6 +200,7 @@ private: using Eax1Props = EAXBUFFER_REVERBPROPERTIES; struct Eax1State { + bool changed{false}; Eax1Props i; // Immediate. Eax1Props d; // Deferred. }; @@ -258,7 +259,6 @@ private: ALCcontext* eax_al_context_{}; EaxFxSlotIndex eax_primary_fx_slot_id_{}; EaxActiveFxSlots eax_active_fx_slots_{}; - bool eax_is_version_changed_{}; int eax_version_{}; Eax1State eax1_{}; Eax2State eax2_{}; |