From f06ac04ea9d26c234583d5f853aff3ff0ce70e4f Mon Sep 17 00:00:00 2001 From: Patrick Jakobsen Date: Sun, 1 Oct 2023 14:26:45 +0200 Subject: [PATCH] . --- gui/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.c b/gui/gui.c index 3ff0c2c..d86029b 100644 --- a/gui/gui.c +++ b/gui/gui.c @@ -386,7 +386,7 @@ for(struct {TYPE temp; int i;} GUIWITH_INNER(__LINE__) = {.temp=(storage_variabl // TODO(Zelaven): The mouse coordinates are in the context, so no need to pass // them as parameters. #undef ENABLE_DEBUG -#define ENABLE_DEBUG 1 +#define ENABLE_DEBUG 0 void gui_apply_input( GUI_Context *context, int mouse_x,