diff options
author | Chris Robinson <[email protected]> | 2022-03-04 13:19:00 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-03-04 13:19:00 -0800 |
commit | 2492d76896f9cb991760c408bcce7b1c79049979 (patch) | |
tree | c79a1ee96dccd86e6f2ebbee4b4f4e600b31d5bc /al/effects/pshifter.cpp | |
parent | 240171a53da8ede2ec8b7e8f890a3e10c08aff4a (diff) |
Ensure deferred EAX effect properties are committed
Diffstat (limited to 'al/effects/pshifter.cpp')
-rw-r--r-- | al/effects/pshifter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/al/effects/pshifter.cpp b/al/effects/pshifter.cpp index 6c45ab4e..a2b06078 100644 --- a/al/effects/pshifter.cpp +++ b/al/effects/pshifter.cpp @@ -114,6 +114,9 @@ public: bool dispatch( const EaxEaxCall& eax_call) override; + // [[nodiscard]] + bool apply_deferred() override; + private: EAXPITCHSHIFTERPROPERTIES eax_{}; EAXPITCHSHIFTERPROPERTIES eax_d_{}; @@ -166,9 +169,6 @@ private: // [[nodiscard]] - bool apply_deferred(); - - // [[nodiscard]] bool set( const EaxEaxCall& eax_call); }; // EaxPitchShifterEffect |