diff options
Diffstat (limited to 'al/effects/distortion.cpp')
-rw-r--r-- | al/effects/distortion.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/al/effects/distortion.cpp b/al/effects/distortion.cpp index 4554901c..0f4b6ed5 100644 --- a/al/effects/distortion.cpp +++ b/al/effects/distortion.cpp @@ -148,6 +148,8 @@ public: bool dispatch( const EaxEaxCall& eax_call) override; + // [[nodiscard]] + bool apply_deferred() override; private: EAXDISTORTIONPROPERTIES eax_{}; @@ -234,9 +236,6 @@ private: // [[nodiscard]] - bool apply_deferred(); - - // [[nodiscard]] bool set( const EaxEaxCall& eax_call); }; // EaxDistortionEffect |