diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-16 00:00:08 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-16 00:00:08 +0100 |
| commit | 05cff9b4367a26fee8a336665262bb123223499b (patch) | |
| tree | 66ba725b0c27e1001523d45305d35d56ad71d41e | |
| parent | 5c7feffd3749ce4b355d0db6334cf39ca94d8d82 (diff) | |
revert debug code
| -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( |
