diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { \ |