rustrogueliketutorial icon indicating copy to clipboard operation
rustrogueliketutorial copied to clipboard

Wave function collapse loses depth data

Open thebracket opened this issue 6 years ago • 0 comments

Fix is in:

fn render_tile_gallery(&mut self, constraints: &[MapChunk], chunk_size: i32, build_data : &mut BuilderMap) {
        build_data.map = Map::new(build_data.map.depth, build_data.width, build_data.height, &build_data.map.name);

Needs to be added to prior chapters.

thebracket avatar Dec 19 '19 22:12 thebracket