Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 12, 2024
1 parent e954997 commit 6f9ed78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/three/scenes/Worldmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,9 @@ export default class WorldmapScene extends HexagonScene {
}
};

requestAnimationFrame(processBatch);
Promise.all(this.modelLoadPromises).then(() => {
requestAnimationFrame(processBatch);
});
}

private async computeTileEntities() {
Expand Down

0 comments on commit 6f9ed78

Please sign in to comment.