1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Merge pull request #23248 from peppy/default-beat-divisor

Change default beat divisor to 1/4 snap
This commit is contained in:
Bartłomiej Dach 2023-04-22 19:23:18 +02:00 committed by GitHub
commit 36113f60b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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