This commit is contained in:
parent
b2d893a225
commit
70f24c5604
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ const main = async () => {
|
|||
|
||||
try {
|
||||
let i = 0;
|
||||
for (; ;) {
|
||||
for (;;) {
|
||||
const currentScene = new scenes[i++ % scenes.length]();
|
||||
await currentScene.run(canvas, overlay);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue