From 820eca58582344a3061baf7da8113e3305deddef Mon Sep 17 00:00:00 2001 From: PROP 65 <132837123+PROP65@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:03:06 +0000 Subject: [PATCH] Update overview.c --- demo/common/overview.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/common/overview.c b/demo/common/overview.c index a743975..056f97a 100644 --- a/demo/common/overview.c +++ b/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;