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/autowah.cpp | |
parent | 5b3c27ea587d84c2a49150b032f5d4dec5eb50b9 (diff) |
Add a type indicator to EaxEffectProps
Diffstat (limited to 'al/effects/autowah.cpp')
-rw-r--r-- | al/effects/autowah.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/effects/autowah.cpp b/al/effects/autowah.cpp index 7b467e78..22c3ab9f 100644 --- a/al/effects/autowah.cpp +++ b/al/effects/autowah.cpp @@ -203,6 +203,7 @@ EaxAutoWahEffect::EaxAutoWahEffect(int eax_version) void EaxAutoWahEffect::set_defaults(Props4& props) { + props.mType = EaxEffectType::Autowah; props.mAutowah.flAttackTime = EAXAUTOWAH_DEFAULTATTACKTIME; props.mAutowah.flReleaseTime = EAXAUTOWAH_DEFAULTRELEASETIME; props.mAutowah.lResonance = EAXAUTOWAH_DEFAULTRESONANCE; |