1
0
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:
Salman Ahmed 2022-04-28 06:46:34 +03:00
parent 71533808e9
commit dacca73838

View File

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