diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-11 13:26:16 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-11 13:26:16 +0200 |
| commit | 5392f970f970ba0d5f4642b11935e61653086aae (patch) | |
| tree | 020b881d0b93d3af82d2b4d83e7ca7e44101f052 /src/timer.h | |
| parent | 45d1a969f70e1b127eb0aaab94dfce33b18e42ee (diff) | |
work
Diffstat (limited to 'src/timer.h')
| -rw-r--r-- | src/timer.h | 2 |
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; |
