summaryrefslogtreecommitdiff
path: root/src/timer.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-05-11 13:26:16 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-05-11 13:26:16 +0200
commit5392f970f970ba0d5f4642b11935e61653086aae (patch)
tree020b881d0b93d3af82d2b4d83e7ca7e44101f052 /src/timer.h
parent45d1a969f70e1b127eb0aaab94dfce33b18e42ee (diff)
work
Diffstat (limited to 'src/timer.h')
-rw-r--r--src/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.h b/src/timer.h
index 63afa30..4839b84 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -7,7 +7,7 @@
#ifndef INCLUDE_STOPWATCH
#define INCLUDE_STOPWATCH
-#ifdef MODE_DEVELOPER
+#if defined(MODE_DEVELOPER) && !defined(MODE_TEST)
s32 _indent_c = 0;
#define debug_print_elapsed_title(_title) printf("%.*s", _indent_c+1, "|---------------------"); printf("%s\n", _title)
#define debug_print_elapsed_indent() _indent_c+=2;