amethyst / amethyst/rustrogueliketutorial
Wave function collapse loses depth data
Open
bug
- Dominant language
- Rust
- Stars
- 970
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
Fix is in:
```rust
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.