fix: first frame

This commit is contained in:
Felix Roos 2023-12-17 22:51:43 +01:00
parent e17df79133
commit ed8f5bf24f
2 changed files with 4 additions and 3 deletions

View file

@ -188,7 +188,7 @@ export class StrudelMirror {
await this.prebaked;
try {
await this.repl.evaluate(this.code, false);
this.drawer.invalidate(this.repl.scheduler);
this.drawer.invalidate(this.repl.scheduler, -0.001);
// draw at -0.001 to avoid haps at 0 to be visualized as active
this.onDraw?.(this.drawer.visibleHaps, -0.001, [], this.painters);
} catch (err) {