Compare commits

..

1 Commits

1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ impl Chunk {
block.to_owned()
}
// TODO: Use block size
pub fn gen_block(&mut self, block_pos: glam::UVec3, block_idx: usize) {
let block = &mut self.blocks[block_idx];
let noise_dims = self.settings.dimensions + glam::uvec3(1, 1, 1);