Skip to content

Commit ab377d2

Browse files
committed
fix: sound import window breaking window open/close animation
1 parent a4af1b8 commit ab377d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_sound_import/draw_window_sound_import.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ function draw_window_sound_import() {
129129
x1 = startx + width - 72 - 8 - 12;
130130
if (draw_button2(x1, y1, 72, ((language == 0) ? "OK" : "确定"), false, false)) {
131131
sound_import_status = 0;
132-
window = 0;
132+
windowclose = 1;
133133
}
134134
}

0 commit comments

Comments
 (0)