diff options
-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++) |