removed a SPACE

This commit is contained in:
BigKhan 2024-01-31 10:39:55 +00:00
parent 554e5b6c80
commit 16156a8887

View File

@ -242,7 +242,7 @@ pub fn apply_trees_to(
StructureBlock::CherryLeaves,
);
},
ForestKind::AutumnTree => {
ForestKind::AutumnTree => {
break 'model TreeModel::Procedural(
ProceduralTree::generate(
TreeConfig::autumn_tree(&mut RandomPerm::new(seed), scale),