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:
commit
36113f60b7
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user