aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-23 19:45:45 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-23 19:45:45 +0100
commitfa7d7938e1faeed446d22cdc65bb072620b8d35a (patch)
tree496f4a6a12ec5cd676499ad61a9a85898471edc4 /src/main.cpp
parenta31bab5aae10757f5029b00e39beb0e3815b92b1 (diff)
Fix push_* with better defer system
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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 { \