We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a20ca7 commit 97b4114Copy full SHA for 97b4114
scripts/draw_window_update/draw_window_update.gml
@@ -40,7 +40,7 @@ function draw_window_update() {
40
draw_theme_font(font_main)
41
42
// Refresh changelog button (debug)
43
- if (RUN_FROM_IDE) {
+ if (RUN_FROM_IDE != 1) {
44
if (draw_button2(x1 + 500 - 144 - 16, y1 + 8, 72, "Open file")) {
45
open_url(data_directory + "changelog.txt");
46
}
0 commit comments