diff options
author | Chris Robinson <[email protected]> | 2011-05-20 09:50:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-20 09:50:31 -0700 |
commit | b75d4beb1aa1c27be866301290e40b9500e56f1e (patch) | |
tree | 5012b5e791fca30c8b9ca31f99235921746c6ec3 | |
parent | 35a0430c8134c6a13768cd6bf7b252d24ac9e2aa (diff) |
Dedicated dialog should go in front
-rw-r--r-- | Alc/alcDedicated.c | 2 |
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++) |