Patrick Jakobsen 7 months ago
parent
commit
f06ac04ea9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gui/gui.c

+ 1
- 1
gui/gui.c View File

@ -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,

Loading…
Cancel
Save