diff --git a/source/engine/editor.c b/source/engine/editor.c index c489b4ad..1a3a8ef9 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);