Skip to content

Commit

Permalink
Fix 001 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mCSO2 committed Dec 16, 2024
1 parent 458e2d5 commit 3ae4227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/mtm.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ static struct mtm_track *mtm_track(song_note_t *note, int rows, uint32_t *warn)
break;
case FX_PANNING:
e = 0x8;
p >>= 1;
//p >>= 1;
check_effect_memory = 1;
break;
case FX_OFFSET:
Expand Down

0 comments on commit 3ae4227

Please sign in to comment.