Skip to content

Commit 8cb53cd

Browse files
committed
Add remaining bit of code in multiple-tick playback
Should have gone with 856898c.
1 parent 2de1478 commit 8cb53cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/control_draw/control_draw.gml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ if (floor(marker_pos) != floor(marker_prevpos) && floor(marker_pos) <= enda && (
293293
} else {
294294
start = floor(marker_prevpos) + 1
295295
}
296+
for (i = start; i <= floor(marker_pos); i++) {
297+
xx = i
296298
if (colamount[xx] > 0) {
297299
for (b = colfirst[xx]; b <= collast[xx]; b += 1) {
298300
if (song_exists[xx, b]) {

0 commit comments

Comments
 (0)