Add missing tab??

This commit is contained in:
mochi
2020-09-16 13:25:54 +02:00
parent 64423638d8
commit 84982acdf2
+1 -1
View File
@@ -263,7 +263,7 @@
if(current_chord > length(compiled_chords))
stop_playing()
return
var/list/chord = compiled_chords[current_chord]
var/list/chord = compiled_chords[current_chord]
play_chord(chord)
elapsed_delay = 0
delay_by = tempodiv_to_delay(chord[length(chord)])