Format
Some checks failed
Check & deploy / build (push) Failing after 17s

This commit is contained in:
Andras Schmelczer 2026-06-11 23:02:54 +01:00
parent b2d893a225
commit 70f24c5604

View file

@ -82,7 +82,7 @@ const main = async () => {
try { try {
let i = 0; let i = 0;
for (; ;) { for (;;) {
const currentScene = new scenes[i++ % scenes.length](); const currentScene = new scenes[i++ % scenes.length]();
await currentScene.run(canvas, overlay); await currentScene.run(canvas, overlay);