diff options
author | Chris Robinson <[email protected]> | 2023-03-10 23:39:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-03-10 23:39:39 -0800 |
commit | f85bf6fd98a0a2e6b59912dfe0f27e99d2d98d67 (patch) | |
tree | f8199b9cc6c82ba86552fac40c4ff539b813021d /al/auxeffectslot.h | |
parent | c9bedb1a4c8f79e361992e979dbfb2f6f5da2b8b (diff) |
Convert the EAX Compressor effect
And combine some type checks.
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index e9889bff..cfb8a0f2 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -132,8 +132,8 @@ private: void operator()(const GUID& guidLoadEffect) const { if (guidLoadEffect != EAX_NULL_GUID && - guidLoadEffect != EAX_REVERB_EFFECT /*&& - guidLoadEffect != EAX_AGCCOMPRESSOR_EFFECT && + guidLoadEffect != EAX_REVERB_EFFECT && + guidLoadEffect != EAX_AGCCOMPRESSOR_EFFECT /*&& guidLoadEffect != EAX_AUTOWAH_EFFECT*/ && guidLoadEffect != EAX_CHORUS_EFFECT /*&& guidLoadEffect != EAX_DISTORTION_EFFECT && |