mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
This commit is contained in:
parent
c8a08b4794
commit
2ba5b33868
@ -485,9 +485,9 @@ impl World {
|
||||
Some(lod::Object {
|
||||
kind: match tree.forest_kind {
|
||||
all::ForestKind::Oak => lod::ObjectKind::Oak,
|
||||
all::ForestKind::Pine | all::ForestKind::Frostpine | all::ForestKind::Redwood => {
|
||||
lod::ObjectKind::Pine
|
||||
},
|
||||
all::ForestKind::Pine
|
||||
| all::ForestKind::Frostpine
|
||||
| all::ForestKind::Redwood => lod::ObjectKind::Pine,
|
||||
_ => lod::ObjectKind::Oak,
|
||||
},
|
||||
pos: {
|
||||
|
Loading…
Reference in New Issue
Block a user