Browse Source

Update overview.c

PROP 65 1 year ago
parent
commit
820eca5858
1 changed files with 2 additions and 0 deletions
  1. 2 0
      demo/common/overview.c

+ 2 - 0
demo/common/overview.c

@@ -225,6 +225,8 @@ overview(struct nk_context *ctx)
                 /* Basic widgets */
                 static int int_slider = 5;
                 static float float_slider = 2.5f;
+                static int int_knob = 5;
+                static float float_knob = 2.5f;
                 static nk_size prog_value = 40;
                 static float property_float = 2;
                 static int property_int = 10;