We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d4b01 commit c4ede96Copy full SHA for c4ede96
1 file changed
client/bundle.js
@@ -390,6 +390,7 @@ class TerrainX {
390
}
391
392
393
+ this.cellsData[cellId].needsUpdate=true;
394
395
getVoxel(voxelX,voxelY,voxelZ){
396
var cell=this.computeCellForVoxel(voxelX,voxelY,voxelZ);
0 commit comments