Skip to content

Commit 97b4114

Browse files
committed
fix: changelog refresh button IDE check reversed
1 parent 2a20ca7 commit 97b4114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_update/draw_window_update.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function draw_window_update() {
4040
draw_theme_font(font_main)
4141

4242
// Refresh changelog button (debug)
43-
if (RUN_FROM_IDE) {
43+
if (RUN_FROM_IDE != 1) {
4444
if (draw_button2(x1 + 500 - 144 - 16, y1 + 8, 72, "Open file")) {
4545
open_url(data_directory + "changelog.txt");
4646
}

0 commit comments

Comments
 (0)