Skip to content

Commit 48e8f79

Browse files
committed
yikes! bug
1 parent 517dff8 commit 48e8f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emscripten/pre.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class DataLoader {
3838

3939
// load past maps and current one
4040
for(let i = 0; i < index + 1; i++) {
41-
await this.loadMapCached(mapName)
41+
await this.loadMapCached(this.mapsOrdered[i])
4242
}
4343

4444
// schedule next map if it exists

0 commit comments

Comments
 (0)