aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax/api.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-06-18 20:12:15 -0700
committerChris Robinson <[email protected]>2022-06-19 07:44:01 -0700
commita6c099c63e87b4e3c91bbdcd102a3df2d4d05c8e (patch)
treec03c132f06154e19d1db49b6e27582521781aecf /al/eax/api.h
parent3f05208c50f09abbb0bc66a3f2f9775c45d083b4 (diff)
Track EAX1 source changes
Even though it's only a single value, this allows for not having to explicitly track version changes, since the version being changed to will always have a property change, implicitly marking an EAX update/commit for the source.
Diffstat (limited to 'al/eax/api.h')
-rw-r--r--al/eax/api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/al/eax/api.h b/al/eax/api.h
index 6d9d544d..a436acb2 100644
--- a/al/eax/api.h
+++ b/al/eax/api.h
@@ -65,9 +65,6 @@ struct EAXBUFFER_REVERBPROPERTIES {
float fMix;
};
-inline bool operator==(const EAXBUFFER_REVERBPROPERTIES& lhs, const EAXBUFFER_REVERBPROPERTIES& rhs) noexcept
-{ return lhs.fMix == rhs.fMix; }
-
constexpr auto EAX_BUFFER_MINREVERBMIX = 0.0F;
constexpr auto EAX_BUFFER_MAXREVERBMIX = 1.0F;
constexpr auto EAX_REVERBMIX_USEDISTANCE = -1.0F;