Skip to content

Commit 6d7b0df

Browse files
committed
Fix blurry 'Export sounds' button in Instrument settings
1 parent 9112750 commit 6d7b0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_instruments/draw_window_instruments.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function draw_window_instruments() {
4242
sounds++
4343
}
4444
}
45-
if (draw_button2(x1 + 12, y1 + 318, 85, "Export sounds", (user_instruments == 0 || sounds == 0))) pack_instruments()
45+
if (draw_button2(x1 + 12, y1 + 318, 86, "Export sounds", (user_instruments == 0 || sounds == 0))) pack_instruments()
4646
c = 0
4747
if (draw_button2(x1 + 110, y1 + 318, 80, "Add", user_instruments >= 240) && wmenu = 0) {
4848
changed = true

0 commit comments

Comments
 (0)