Skip to content

Commit a6bc68f

Browse files
committed
should be async
1 parent 39ee9b5 commit a6bc68f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/extensions/MubiLop/spritesheeter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
this.frameNames = [];
4444
}
4545

46-
loadImage(url) {
46+
async loadImage(url) {
4747
if (await Scratch.canFetch(url) === false) return;
4848

4949
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)