amethyst / amethyst/rustrogueliketutorial

Wave function collapse loses depth data

Open
#56 0 comments 0 reactions 1 assignee Claimed by @thebracket View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.