Skip to content

Commit 444a7f7

Browse files
Maybe it'll work now
1 parent 27cde28 commit 444a7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,7 @@ void handleSamplePanningChange(s32 newpanning)
24092409
Sample *smp = inst->getSample(state->sample);
24102410
if(smp==0) return;
24112411

2412-
u8 pan = newpanning * 2;
2412+
u8 pan = newpanning;
24132413

24142414
smp->setPanning(pan);
24152415
smp->setBasePanning();

0 commit comments

Comments
 (0)