[client] audio: redraw the graphs if they have been updated

This commit is contained in:
Geoffrey McRae
2022-01-17 22:49:19 +11:00
parent 775ac7ce8b
commit 0ad26b7da7
5 changed files with 17 additions and 0 deletions

View File

@@ -298,4 +298,6 @@ void audio_tick(unsigned long long tickCount)
ringbuffer_push(audio.playback.timings, &flatency);
LG_UNLOCK(audio.playback.lock);
app_invalidateGraphs();
}