less falling leaves chance
This commit is contained in:
parent
4ae3e435bd
commit
cced05ae0e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static class Arts
|
||||||
pos + V.XYZ(x_offset + x_wind, 5, 0),
|
pos + V.XYZ(x_offset + x_wind, 5, 0),
|
||||||
};
|
};
|
||||||
|
|
||||||
if (Noise.u_scalar < 0.1f * Time.Stepf)
|
if (Noise.u_scalar < 0.05f * Time.Stepf)
|
||||||
{
|
{
|
||||||
VFX.Leaf(p[3]);
|
VFX.Leaf(p[3]);
|
||||||
// static float fall_timer = 0.0f;
|
// static float fall_timer = 0.0f;
|
||||||
|
|
Loading…
Add table
Reference in a new issue