We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517dff8 commit 48e8f79Copy full SHA for 48e8f79
1 file changed
emscripten/pre.js
@@ -38,7 +38,7 @@ class DataLoader {
38
39
// load past maps and current one
40
for(let i = 0; i < index + 1; i++) {
41
- await this.loadMapCached(mapName)
+ await this.loadMapCached(this.mapsOrdered[i])
42
}
43
44
// schedule next map if it exists
0 commit comments