We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ad7cc commit ee0a578Copy full SHA for ee0a578
editor/index.js
@@ -406,7 +406,7 @@ async function main() {
406
// even if one of the functions below fails (given we're
407
// running user code)
408
requestAnimationFrame(render, canvas);
409
- if (playing) {
+ if (playing || g_captureFn) {
410
updateTimeDisplay();
411
g_visualizer.render(g_byteBeat, g_analyzers);
412
if (g_captureFn) {
0 commit comments