Update overview.c

This commit is contained in:
PROP 65 2024-08-19 01:03:06 +00:00 committed by GitHub
parent 0ddaeb7043
commit 820eca5858
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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