mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Weight flux twice as much as beforein humidity calculation.
This commit is contained in:
parent
597bb3c526
commit
53ac7c0eb1
@ -2128,7 +2128,7 @@ impl SimChunk {
|
||||
// Take the weighted average of our randomly generated base humidity, the scaled
|
||||
// negative altitude, and the calculated water flux over this point in order to compute
|
||||
// humidity.
|
||||
const HUMID_WEIGHTS: [f32; /*3*/2] = [4.0, 1.0/*, 1.0*/];
|
||||
const HUMID_WEIGHTS: [f32; /*3*/2] = [2.0, 1.0/*, 1.0*/];
|
||||
let humidity = /*if flux_non_uniform.is_nan() {
|
||||
0.0
|
||||
} else */{
|
||||
|
Loading…
Reference in New Issue
Block a user