From dc82da698293e37969171a1e00e2f3356433c47c Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Wed, 24 Aug 2022 13:12:04 +0000 Subject: [PATCH] ? --- source/engine/editor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/engine/editor.c b/source/engine/editor.c index c489b4a..1a3a8ef 100644 --- a/source/engine/editor.c +++ b/source/engine/editor.c @@ -707,7 +707,6 @@ int is_allowed_extension(const char *ext) { } void editor_level_btn(char *level) { - if (nk_button_label(ctx, level)) { load_level(level); strcpy(current_level, level);