We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77d0f2 commit 69e4888Copy full SHA for 69e4888
src/scripts/world/ChunkManager.js
@@ -38,6 +38,7 @@ class ChunkManager {
38
39
removeChunk (cellId) {
40
if (this.chunks.get(cellId) !== undefined) {
41
+ this.chunks.delete(cellId)
42
this.cellMesh.get(cellId).geometry.dispose()
43
this.game.scene.remove(this.cellMesh.get(cellId))
44
this.cellMesh.delete(cellId)
0 commit comments