Skip to content

Commit acd9d7b

Browse files
committed
Remove metronome debug message
Was causing too much spam on the console when the metronome was active.
1 parent 6292eeb commit acd9d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/control_draw/control_draw.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ if (playing = 1 || forward<>0) {
640640
var pos = floor(marker_pos -0.1)
641641
} else pos = floor(marker_pos -0.4)
642642
if (tempo = 30) pos -= 1
643-
show_debug_message(marker_pos)
643+
// show_debug_message(marker_pos)
644644
if ((pos mod 4 == 0) && (metronome_played < pos)) {
645645
ins = instrument_list[| 4]
646646
if (pos mod (4 * timesignature) == 0) {

0 commit comments

Comments
 (0)