mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Set default value of DistanceSpacing
to 1
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user