diff options
Diffstat (limited to 'al/effects/reverb.cpp')
-rw-r--r-- | al/effects/reverb.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/al/effects/reverb.cpp b/al/effects/reverb.cpp index 46fa0256..18760b5b 100644 --- a/al/effects/reverb.cpp +++ b/al/effects/reverb.cpp @@ -610,6 +610,9 @@ public: bool dispatch( const EaxEaxCall& eax_call) override; + // [[nodiscard]] + bool apply_deferred() override; + private: EAX_REVERBPROPERTIES eax1_{}; EAXREVERBPROPERTIES eax_{}; @@ -933,9 +936,6 @@ private: bool v1_set(const EaxEaxCall& eax_call); // [[nodiscard]] - bool apply_deferred(); - - // [[nodiscard]] bool set( const EaxEaxCall& eax_call); }; // EaxReverbEffect |