fix render glitches

This commit is contained in:
LabyStudio
2022-01-31 21:18:20 +01:00
parent af525c88fa
commit c63bf36bca
8 changed files with 66 additions and 30 deletions
@@ -13,6 +13,8 @@ window.World = class {
this.setBlockAt(x, 0, z, 1);
}
}
this.setBlockAt(0, 1, -2, 2);
}
getChunkAtBlock(x, y, z) {