aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index ccb0c3d9..195c6b71 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -100,10 +100,10 @@ ALvoid CalcNonAttnSourceParams(ALsource *ALSource, const ALCcontext *ALContext)
{ FRONT_RIGHT, 30.0f * F_PI/180.0f },
{ FRONT_CENTER, 0.0f * F_PI/180.0f },
{ LFE, 0.0f },
- { BACK_LEFT, -110.0f * F_PI/180.0f },
- { BACK_RIGHT, 110.0f * F_PI/180.0f },
- { SIDE_LEFT, -90.0f * F_PI/180.0f },
- { SIDE_RIGHT, 90.0f * F_PI/180.0f }
+ { BACK_LEFT, -150.0f * F_PI/180.0f },
+ { BACK_RIGHT, 150.0f * F_PI/180.0f },
+ { SIDE_LEFT, -90.0f * F_PI/180.0f },
+ { SIDE_RIGHT, 90.0f * F_PI/180.0f }
};
ALCdevice *Device = ALContext->Device;