less falling leaves chance

This commit is contained in:
ethan merchant 2024-12-21 10:00:28 -05:00
parent 4ae3e435bd
commit cced05ae0e

View file

@ -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;