mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
Fix code inspect failure
This commit is contained in:
parent
224244801f
commit
b009772206
@ -65,7 +65,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
private const int lifetime = 1500;
|
||||
private const int rate = 250;
|
||||
|
||||
public float Gravity = 0;
|
||||
public float Gravity;
|
||||
public float MaxVelocity = 250;
|
||||
|
||||
protected override float ParticleGravity => Gravity;
|
||||
|
Loading…
Reference in New Issue
Block a user