Skip to content

Commit 6685e55

Browse files
committed
chore: reduce hide demo ui
1 parent a1ccc3b commit 6685e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spectator/reporters/demo-playing.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function reportDemoPlayingOnce() {
3131
void execCfgCommand("demoui")
3232
.catch(() => undefined)
3333
.finally(() => { playingState.demouiHidden = true; });
34-
}, 3000);
34+
}, 500);
3535

3636
demoState.paused = true;
3737
demoState.lastTickAtSeek = 0;

0 commit comments

Comments
 (0)