diff --git a/src/demo/hud.c b/src/demo/hud.c index 4abe8d116..4e0c42f9e 100644 --- a/src/demo/hud.c +++ b/src/demo/hud.c @@ -7,7 +7,7 @@ struct ncplane* hud = NULL; static bool hud_hidden; -static bool plot_hidden = true; +static bool plot_hidden; static struct ncuplot* plot; static uint64_t plottimestart;