mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed mountain generation limits chonk bug
This commit is contained in:
parent
35f0bebcc3
commit
9617f5f17e
@ -468,7 +468,7 @@ impl SimChunk {
|
||||
}
|
||||
|
||||
pub fn get_base_z(&self) -> f32 {
|
||||
self.alt
|
||||
self.alt - Z_TOLERANCE.0 * self.chaos
|
||||
}
|
||||
|
||||
pub fn get_min_z(&self) -> f32 {
|
||||
|
Loading…
Reference in New Issue
Block a user