From 8310b687acda9d6da4e3156ae86fde4a79145a59 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 28 Jun 2020 21:09:26 -0400 Subject: [PATCH] demo: enable FPS plot by default #744 --- src/demo/hud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;