demo: enable FPS plot by default #744

pull/747/head
nick black 4 years ago
parent ae1b45efbf
commit 8310b687ac
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save