Skip to content

Commit

Permalink
[overview] Fix show_markers boolean type (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Apr 9, 2024
1 parent 5fb5136 commit 31b5729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/common/overview.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ overview(struct nk_context *ctx)
float id = 0;
static int col_index = -1;
static int line_index = -1;
static int show_markers = nk_true;
static nk_bool show_markers = nk_true;
float step = (2*3.141592654f) / 32;

int i;
Expand Down

0 comments on commit 31b5729

Please sign in to comment.