mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Merge pull request #23248 from peppy/default-beat-divisor
Change default beat divisor to 1/4 snap
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user