aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-03-05 01:32:20 -0800
committerChris Robinson <[email protected]>2022-03-05 01:32:20 -0800
commitcc3cae87b2be6d953333958dc4ffbf0b54d24c6b (patch)
treeca2d0954f3b92bfcf2be506700d0f3ee3852974d /al/source.cpp
parent2dc9cf170c08f0b7f35ec46cb17c829888e7392c (diff)
Set the MacroFXFactor default
Diffstat (limited to 'al/source.cpp')
-rw-r--r--al/source.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/al/source.cpp b/al/source.cpp
index 3f416151..f759dcc7 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -3809,6 +3809,7 @@ void ALsource::eax_set_source_defaults() noexcept
eax_.source.flRoomRolloffFactor = EAXSOURCE_DEFAULTROOMROLLOFFFACTOR;
eax_.source.flAirAbsorptionFactor = EAXSOURCE_DEFAULTAIRABSORPTIONFACTOR;
eax_.source.ulFlags = EAXSOURCE_DEFAULTFLAGS;
+ eax_.source.flMacroFXFactor = EAXSOURCE_DEFAULTMACROFXFACTOR;
}
void ALsource::eax_set_active_fx_slots_defaults() noexcept