From fa7d7938e1faeed446d22cdc65bb072620b8d35a Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Fri, 23 Sep 2016 19:45:45 +0100 Subject: Fix push_* with better defer system --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 60833a746..2c8c26668 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ i32 win32_exec_command_line_app(char *fmt, ...) { } } -#define DISPLAY_TIMING +// #define DISPLAY_TIMING #if defined(DISPLAY_TIMING) #define INIT_TIMER() f64 start_time = gb_time_now(), end_time = 0, total_time = 0 #define PRINT_TIMER(section) do { \ -- cgit v1.2.3