[overview] Fix show_markers boolean type (#633)

This commit is contained in:
Rob Loach 2024-04-09 14:00:50 -04:00 committed by GitHub
parent 5fb51369a1
commit 31b5729d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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