From 1ea8f7a9a1f1ec74bb162a704283f8e3c3ede96d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 9 Mar 2023 21:29:53 -0800 Subject: Add a type indicator to EaxEffectProps --- al/effects/pshifter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'al/effects/pshifter.cpp') 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; } -- cgit v1.2.3