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,