summaryrefslogtreecommitdiff
path: root/src/audio/audio_engine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/audio_engine.cc')
-rw-r--r--src/audio/audio_engine.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/audio_engine.cc b/src/audio/audio_engine.cc
index 1d6659d..3033882 100644
--- a/src/audio/audio_engine.cc
+++ b/src/audio/audio_engine.cc
@@ -170,7 +170,8 @@ void AudioEngine::seek(float target_time) {
// 1. Reset synth state (clear all active voices)
synth_init();
- // 2. Re-init tracker: re-registers all spectrograms with now-clean synth slots
+ // 2. Re-init tracker: re-registers all spectrograms with now-clean synth
+ // slots
resource_mgr_.reset();
::tracker_init(&resource_mgr_);