1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00
This commit is contained in:
Hy0tic 2023-04-22 13:32:41 -04:00
commit 80301f0fc9

View File

@ -167,7 +167,7 @@ namespace osu.Game.Beatmaps
/// </remarks>
public double DistanceSpacing { get; set; } = 1.0;
public int BeatDivisor { get; set; }
public int BeatDivisor { get; set; } = 4;
public int GridSize { get; set; }