aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcDedicated.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-20 09:50:31 -0700
committerChris Robinson <[email protected]>2011-05-20 09:50:31 -0700
commitb75d4beb1aa1c27be866301290e40b9500e56f1e (patch)
tree5012b5e791fca30c8b9ca31f99235921746c6ec3 /Alc/alcDedicated.c
parent35a0430c8134c6a13768cd6bf7b252d24ac9e2aa (diff)
Dedicated dialog should go in front
Diffstat (limited to 'Alc/alcDedicated.c')
-rw-r--r--Alc/alcDedicated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alcDedicated.c b/Alc/alcDedicated.c
index f6fd0f2d..0b9d8419 100644
--- a/Alc/alcDedicated.c
+++ b/Alc/alcDedicated.c
@@ -58,7 +58,7 @@ static ALvoid DedicatedDLGUpdate(ALeffectState *effect, ALCcontext *Context, con
ALint pos;
ALsizei s;
- pos = aluCart2LUTpos(-1.0f, 0.0f);
+ pos = aluCart2LUTpos(1.0f, 0.0f);
SpeakerGain = &device->PanningLUT[MAXCHANNELS * pos];
for(s = 0;s < MAXCHANNELS;s++)