diff options
author | Chris Robinson <[email protected]> | 2023-03-09 21:29:53 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-09 21:29:53 -0800 |
commit | 1ea8f7a9a1f1ec74bb162a704283f8e3c3ede96d (patch) | |
tree | 0251dfec1048d2c0c89bf5f91c76c3d5127cde8b /al/effects/pshifter.cpp | |
parent | 5b3c27ea587d84c2a49150b032f5d4dec5eb50b9 (diff) |
Add a type indicator to EaxEffectProps
Diffstat (limited to 'al/effects/pshifter.cpp')
-rw-r--r-- | al/effects/pshifter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/effects/pshifter.cpp b/al/effects/pshifter.cpp index ef3fe587..524585a2 100644 --- a/al/effects/pshifter.cpp +++ b/al/effects/pshifter.cpp @@ -152,6 +152,7 @@ EaxPitchShifterEffect::EaxPitchShifterEffect(int eax_version) void EaxPitchShifterEffect::set_defaults(Props4& props) { + props.mType = EaxEffectType::PitchShifter; props.mPitchShifter.lCoarseTune = EAXPITCHSHIFTER_DEFAULTCOARSETUNE; props.mPitchShifter.lFineTune = EAXPITCHSHIFTER_DEFAULTFINETUNE; } |