Skip to content

Commit fb97aac

Browse files
committed
Partial implementation of requestAnimationFrame()
1 parent 8b84ec5 commit fb97aac

File tree

10 files changed

+419
-238
lines changed

10 files changed

+419
-238
lines changed

dist/plugins/iwsy.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ const EasyCoder_IWSY = {
184184
program.run(command.pc + 1);
185185
});
186186
return 0;
187-
} else {
188-
program.run(command.pc + 1);
189-
}
187+
}
190188
break;
191189
case `load`:
192190
const playerRecord = program.getSymbolRecord(command.player);

0 commit comments

Comments
 (0)