diff options
Diffstat (limited to 'src/app/main.cc')
| -rw-r--r-- | src/app/main.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app/main.cc b/src/app/main.cc index 9bbbaaf..587c4fc 100644 --- a/src/app/main.cc +++ b/src/app/main.cc @@ -398,8 +398,7 @@ int main(int argc, char** argv) { // Use graphics time for the print interval to avoid excessive output if // audio clock is slow static float last_graphics_print_time = -1.0f; - if (true || - current_physical_time - last_graphics_print_time >= + if (current_physical_time - last_graphics_print_time >= 0.5f) { // Print every 0.5 seconds if (tempo_test_enabled) { printf( |
