mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
Fixed panning issue
svn-id: r7524
This commit is contained in:
parent
a2b67a9df3
commit
33c8c2fae8
@ -3566,7 +3566,7 @@ void IMuseDriver::part_changed(Part *part, uint16 what) {
|
||||
mc->modulationWheel (part->_modwheel);
|
||||
|
||||
if (what & pcPan)
|
||||
mc->panPosition (part->_pan_eff);
|
||||
mc->panPosition (part->_pan_eff + 0x40);
|
||||
|
||||
if (what & pcEffectLevel)
|
||||
mc->effectLevel (part->_effect_level);
|
||||
|
Loading…
Reference in New Issue
Block a user