Skip to content

Commit 4ddb820

Browse files
committed
Fix black timeline font on blackout mode
1 parent 8e39e88 commit 4ddb820

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
@@ -635,6 +635,8 @@ if (select > 0) {
635635
draw_sprite_ext(spr_timeline, (0 + theme = 2) * !blackout + blackout * 2, x1 + 2, y1 + 2, totalcols * 32 + 20, 1, 0, -1, 1)
636636
draw_set_font(fnt_small)
637637
draw_set_halign(fa_left)
638+
draw_theme_color()
639+
if (blackout) draw_set_color(c_white)
638640
c = 1
639641
if (tempo < 3.5) c = 5
640642
if (tempo < 1) c = 10

0 commit comments

Comments
 (0)