diff options
Diffstat (limited to 'tools/spectool.cc')
| -rw-r--r-- | tools/spectool.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/spectool.cc b/tools/spectool.cc index 19f3a2f..3188424 100644 --- a/tools/spectool.cc +++ b/tools/spectool.cc @@ -145,7 +145,8 @@ int play_spec(const char* in_path) { synth_trigger_voice(spec_id, 0.7f, 0.0f); printf("Playing... Press Ctrl+C to exit.\n"); - while (synth_get_active_voice_count() > 0 && !platform_should_close(&platform_state)) { + while (synth_get_active_voice_count() > 0 && + !platform_should_close(&platform_state)) { platform_poll(&platform_state); } |
