mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Prevented bounds mis-prediction
This commit is contained in:
parent
ba7fa8b55d
commit
22af0ab016
@ -423,7 +423,8 @@ impl<'a> ZCache<'a> {
|
||||
|
||||
let rocks = if self.sample.rock > 0.0 { 12.0 } else { 0.0 };
|
||||
|
||||
let warp = self.sample.chaos * 24.0;
|
||||
let warp = self.sample.chaos * 32.0;
|
||||
|
||||
let (structure_min, structure_max) = self
|
||||
.structures
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user