Pārlūkot izejas kodu

[overview] Fix show_markers boolean type (#633)

Rob Loach 1 gadu atpakaļ
vecāks
revīzija
31b5729d66
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      demo/common/overview.c

+ 1 - 1
demo/common/overview.c

@@ -633,7 +633,7 @@ overview(struct nk_context *ctx)
             float id = 0;
             float id = 0;
             static int col_index = -1;
             static int col_index = -1;
             static int line_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;
             float step = (2*3.141592654f) / 32;
 
 
             int i;
             int i;