Fix panning effect

master
Ashley N. 2023-08-30 22:57:10 -04:00
parent 421fe3bd14
commit 714b28f1aa
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ fn apply_effects_to_channel( channel: &mut Channel, effects: &LinkedHashSet<Effe
// Insert new panning commands
let panning: u8 = if left && right {
ESF_FM_PARAM_LEFT_SPEAKER & ESF_FM_PARAM_RIGHT_SPEAKER
ESF_FM_PARAM_LEFT_SPEAKER | ESF_FM_PARAM_RIGHT_SPEAKER
} else if left {
ESF_FM_PARAM_LEFT_SPEAKER
} else if right {