prefab whitespace fix
This commit is contained in:
parent
050923fab0
commit
53afddf055
2 changed files with 13 additions and 12 deletions
|
|
@ -161,6 +161,8 @@ pub fn random_builder(new_depth: i32, rng: &mut rltk::RandomNumberGenerator) ->
|
|||
|
||||
if rng.roll_dice(1, 3) == 1 {
|
||||
builder.with(WaveFunctionCollapseBuilder::new());
|
||||
builder.with(CullUnreachable::new());
|
||||
builder.with(VoronoiSpawning::new());
|
||||
}
|
||||
|
||||
if rng.roll_dice(1, 20) == 1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue