mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Set default value of DistanceSpacing
to 1
This commit is contained in:
parent
71533808e9
commit
dacca73838
@ -109,7 +109,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public bool SamplesMatchPlaybackRate { get; set; } = true;
|
||||
|
||||
public double DistanceSpacing { get; set; }
|
||||
public double DistanceSpacing { get; set; } = 1.0;
|
||||
|
||||
public int BeatDivisor { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user