Skip to content

Commit 31b5729

Browse files
authored
[overview] Fix show_markers boolean type (#633)
1 parent 5fb5136 commit 31b5729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/common/overview.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ overview(struct nk_context *ctx)
633633
float id = 0;
634634
static int col_index = -1;
635635
static int line_index = -1;
636-
static int show_markers = nk_true;
636+
static nk_bool show_markers = nk_true;
637637
float step = (2*3.141592654f) / 32;
638638

639639
int i;

0 commit comments

Comments
 (0)