We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de1478 commit 8cb53cdCopy full SHA for 8cb53cd
scripts/control_draw/control_draw.gml
@@ -293,6 +293,8 @@ if (floor(marker_pos) != floor(marker_prevpos) && floor(marker_pos) <= enda && (
293
} else {
294
start = floor(marker_prevpos) + 1
295
}
296
+ for (i = start; i <= floor(marker_pos); i++) {
297
+ xx = i
298
if (colamount[xx] > 0) {
299
for (b = colfirst[xx]; b <= collast[xx]; b += 1) {
300
if (song_exists[xx, b]) {
0 commit comments