aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/dedicated.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-09-19 22:18:46 -0700
committerChris Robinson <[email protected]>2018-09-19 22:18:46 -0700
commit5c6b8eda4f4defc85faf76edb2772f6b340c7c1a (patch)
treef5110aed671ade8156448b4e84613f8aa4b0185d /Alc/effects/dedicated.c
parentea95a8adef036602770546fb14bcaf713ec40b8b (diff)
Remove another duplicate function
Diffstat (limited to 'Alc/effects/dedicated.c')
-rw-r--r--Alc/effects/dedicated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/effects/dedicated.c b/Alc/effects/dedicated.c
index 62a3894f..0e1fd389 100644
--- a/Alc/effects/dedicated.c
+++ b/Alc/effects/dedicated.c
@@ -102,7 +102,7 @@ static ALvoid ALdedicatedState_update(ALdedicatedState *state, const ALCcontext
STATIC_CAST(ALeffectState,state)->OutBuffer = device->Dry.Buffer;
STATIC_CAST(ALeffectState,state)->OutChannels = device->Dry.NumChannels;
- ComputeDryPanGains(&device->Dry, coeffs, Gain, state->TargetGains);
+ ComputePanGains(&device->Dry, coeffs, Gain, state->TargetGains);
}
}
}