Increase skewed pitch range
Sicne +/- 1 is more or less the usable range.
This commit is contained in:
parent
3be99f4e8e
commit
6e1b4cf37f
|
@ -101,7 +101,7 @@ impl Default for PubertySimulatorParams {
|
|||
FloatRange::SymmetricalSkewed {
|
||||
min: -5.0,
|
||||
max: 5.0,
|
||||
factor: FloatRange::skew_factor(-1.0),
|
||||
factor: FloatRange::skew_factor(-2.0),
|
||||
center: 0.0,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue