From fba5fc17df5c5e2e6a56ca13844771984cf30dc7 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 23 Apr 2023 21:28:41 +0200 Subject: Add remaining UI elements for next RC --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 525a0d9..0fb018f 100644 --- a/src/main.c +++ b/src/main.c @@ -15,7 +15,7 @@ WITH REGARD TO THIS SOFTWARE. #include "renderer_m0.c" #include "sequencer.c" -#define PROF_ENABLE 1 +#define PROF_ENABLE 0 #include "profiling.c" void @@ -66,7 +66,6 @@ render(void) { redraw_params = false; } - // PROF(draw_current_step(COL_RED), draw_cursor_cycles); PROF(draw_cursors(), draw_cursor_cycles); } -- cgit v1.2.1