This commit is contained in:
rcaridade145 2026-04-16 19:44:34 +02:00 committed by GitHub
commit b5e727a944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -864,7 +864,7 @@ namespace snd_user
MixMode& mixMode = mixChannel.GetMode(device, deviceIndex);
sint16* deviceChannels = mixChannel.GetChannels(device, deviceIndex);
if (mixControl.fader == newPan)
if (mixControl.pan == newPan)
{
AXVoiceEnd(vpb);
return;