aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 2cd9326f..04d894e1 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -417,7 +417,7 @@ ALvoid CalcSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
{
RoomRolloff[i] = 0.0f;
DecayDistance[i] = 0.0f;
- RoomAirAbsorption[i] = 0.0f;
+ RoomAirAbsorption[i] = 1.0f;
}
else if(Slot->AuxSendAuto)
{
@@ -432,7 +432,7 @@ ALvoid CalcSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
else
{
DecayDistance[i] = 0.0f;
- RoomAirAbsorption[i] = 0.0f;
+ RoomAirAbsorption[i] = 1.0f;
}
}
else