initial wfc, and suppressing dead code warnings
This commit is contained in:
parent
7f775b80dd
commit
fc59880b80
10 changed files with 551 additions and 30 deletions
|
|
@ -222,7 +222,6 @@ impl DLABuilder {
|
|||
}
|
||||
paint(&mut self.map, self.symmetry, self.brush_size, prev_x, prev_y);
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
self.take_snapshot();
|
||||
floor_tile_count = self.map.tiles.iter().filter(|a| **a == TileType::Floor).count();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue