diff --git a/editor/index.js b/editor/index.js index 45be8aa..81741a3 100644 --- a/editor/index.js +++ b/editor/index.js @@ -406,7 +406,7 @@ async function main() { // even if one of the functions below fails (given we're // running user code) requestAnimationFrame(render, canvas); - if (playing) { + if (playing || g_captureFn) { updateTimeDisplay(); g_visualizer.render(g_byteBeat, g_analyzers); if (g_captureFn) {